Skip to content

Commit abc970f

Browse files
committed
type
1 parent 41252b1 commit abc970f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/isolated/test_garbage_collector_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def project_id(faker: Faker) -> ProjectID:
3636

3737
@pytest.fixture
3838
def client_session_id(faker: Faker) -> str:
39-
return faker.uuid4(cast_to=None)
39+
return faker.uuid4(cast_to=str)
4040

4141

4242
@pytest.fixture

0 commit comments

Comments
 (0)