We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d395cf4 commit 31eb419Copy full SHA for 31eb419
tests/test_server.py
@@ -261,7 +261,10 @@ def test_post_identity__invalid_trait_data__expected_response(
261
assert response.json()["detail"][-1]["type"] == "string_too_long"
262
263
264
-def test_get_identities(mocker: MockerFixture, client: TestClient):
+def test_get_identities(
265
+ mocker: MockerFixture,
266
+ client: TestClient,
267
+) -> None:
268
x_environment_key = "test_environment_key"
269
identifier = "test_identifier"
270
0 commit comments