Skip to content

Commit b1d1cbd

Browse files
committed
fixed test parametrization
1 parent 5d6e9a3 commit b1d1cbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

services/storage/tests/unit/test_handlers_simcore_s3.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,10 @@ def short_dsm_cleaner_interval(monkeypatch: pytest.MonkeyPatch) -> int:
212212
ProjectWithFilesParams(
213213
num_nodes=1,
214214
allowed_file_sizes=(TypeAdapter(ByteSize).validate_python("210Mib"),),
215-
allowed_file_checksums=TypeAdapter(SHA256Str).validate_python(
216-
"0b3216d95ec5a36c120ba16c88911dcf5ff655925d0fbdbc74cf95baf86de6fc"
215+
allowed_file_checksums=(
216+
TypeAdapter(SHA256Str).validate_python(
217+
"0b3216d95ec5a36c120ba16c88911dcf5ff655925d0fbdbc74cf95baf86de6fc"
218+
),
217219
),
218220
workspace_files_count=0,
219221
),

0 commit comments

Comments
 (0)