Skip to content

Commit 93fb7ca

Browse files
committed
to_check -> selection_type @GitHK
1 parent 6be292e commit 93fb7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_data_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ async def test_start_data_export_success(
221221
assert folder.name == "workspace"
222222
file_or_folder_id = f"{folder}"
223223
else:
224-
pytest.fail("invalid parameter: to_check")
224+
pytest.fail(f"invalid parameter: {selection_type=}")
225225

226226
result = await start_data_export(
227227
rpc_client,

0 commit comments

Comments
 (0)