Skip to content

Commit e3d7ea1

Browse files
committed
ci: Regen and fix integration tests
1 parent 476aca9 commit e3d7ea1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

integration-tests/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import pytest
2+
23
from integration_tests.client import Client
34

45

integration-tests/tests/test_api/test_parameters/test_post_parameters_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test(client: Client) -> None:
1818
)
1919

2020
parsed = response.parsed
21-
assert parsed is not None, f"{response.status_code}: {response.content}"
21+
assert parsed is not None, f"{response.status_code}: {response.content!r}"
2222
assert isinstance(
2323
parsed,
2424
PostParametersHeaderResponse200,

0 commit comments

Comments
 (0)