Fix: Path fixture
This commit is contained in:
parent
4919087148
commit
022dbc35c5
Binary file not shown.
Before Width: | Height: | Size: 555 B |
@ -3,6 +3,7 @@ from fastapi.testclient import TestClient
|
|||||||
from ..api import app
|
from ..api import app
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
||||||
client = TestClient(app)
|
client = TestClient(app)
|
||||||
|
|
||||||
|
|
||||||
@ -14,7 +15,7 @@ def test_print_bill():
|
|||||||
test_info = {
|
test_info = {
|
||||||
"content": str(
|
"content": str(
|
||||||
json.dumps(
|
json.dumps(
|
||||||
load_json('fixtures/bill.json')
|
load_json('test/fixtures/bill.json')
|
||||||
)),
|
)),
|
||||||
"ip_printer": "192.168.1.100",
|
"ip_printer": "192.168.1.100",
|
||||||
"user_name": "Juan"
|
"user_name": "Juan"
|
||||||
|
Loading…
Reference in New Issue
Block a user