Skip to content

Commit 41d098e

Browse files
committed
Add back uv.lock
1 parent 7c37ef0 commit 41d098e

File tree

2 files changed

+1267
-1
lines changed

2 files changed

+1267
-1
lines changed

tests/unit/test_client_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
@pytest.fixture(autouse=True)
20-
def mocked_response() -> Generator[respx.router.MockRouter]:
20+
def mocked_response() -> Generator[respx.MockRouter]:
2121
response_content = json.dumps(
2222
{'error': {'message': _EXPECTED_MESSAGE, 'type': _EXPECTED_TYPE, 'data': _EXPECTED_DATA}}
2323
)

0 commit comments

Comments
 (0)