Fix: Path fixture

This commit is contained in:
sinergia 2024-10-18 23:09:06 -05:00
parent 4919087148
commit 022dbc35c5
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 555 B

View File

@ -3,6 +3,7 @@ from fastapi.testclient import TestClient
from ..api import app
import json
client = TestClient(app)
@ -14,7 +15,7 @@ def test_print_bill():
test_info = {
"content": str(
json.dumps(
load_json('fixtures/bill.json')
load_json('test/fixtures/bill.json')
)),
"ip_printer": "192.168.1.100",
"user_name": "Juan"