Skip to content

Commit fbb8ff6

Browse files
committed
reproduced bug
1 parent 912197d commit fbb8ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/web/server/tests/unit/with_dbs/01/test_storage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ async def test_storage_list_filter(
494494
@pytest.fixture
495495
def file_id(faker: Faker) -> StorageFileID:
496496
return TypeAdapter(StorageFileID).validate_python(
497-
f"{faker.uuid4()}/{faker.uuid4()}/{faker.file_name()} with space.dat"
497+
f"{faker.uuid4()}/{faker.uuid4()}/{faker.file_name()} with spaces.dat"
498498
)
499499

500500

@@ -530,4 +530,4 @@ async def test_upload_file(
530530
)
531531
data, error = await assert_status(resp, status.HTTP_204_NO_CONTENT)
532532
assert not error
533-
assert data
533+
assert not data

0 commit comments

Comments
 (0)