Skip to content

Commit 31eb419

Browse files
rolodatokhvn26
andauthored
formatting
Co-authored-by: Kim Gustyr <kim.gustyr@flagsmith.com>
1 parent d395cf4 commit 31eb419

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_server.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,10 @@ def test_post_identity__invalid_trait_data__expected_response(
261261
assert response.json()["detail"][-1]["type"] == "string_too_long"
262262

263263

264-
def test_get_identities(mocker: MockerFixture, client: TestClient):
264+
def test_get_identities(
265+
mocker: MockerFixture,
266+
client: TestClient,
267+
) -> None:
265268
x_environment_key = "test_environment_key"
266269
identifier = "test_identifier"
267270

0 commit comments

Comments
 (0)