Skip to content

Commit 177dbb2

Browse files
committed
Fix naming in failing test
1 parent cae107e commit 177dbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_apify_storages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
@pytest.mark.parametrize(
13-
'storage',
13+
'storage_type',
1414
[Dataset, KeyValueStore, RequestQueue],
1515
)
1616
async def test_alias_concurrent_creation_local(

0 commit comments

Comments
 (0)