We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8347eb6 commit b7101a4Copy full SHA for b7101a4
tests/unit/storage_clients/test_file_system.py
@@ -75,7 +75,6 @@ async def test_pre_existing_input_used_by_actor(tmp_path: Path) -> None:
75
path_to_input.mkdir(parents=True)
76
(path_to_input / f'{configuration.input_key}.json').write_text(json.dumps(pre_existing_input))
77
78
- # Remove this line after https://github.com/apify/apify-sdk-python/pull/576
79
service_locator.set_storage_client(ApifyFileSystemStorageClient())
80
81
async with Actor():
0 commit comments