We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262771a commit 5f9cc58Copy full SHA for 5f9cc58
autogpts/autogpt/tests/unit/test_s3_file_storage.py
@@ -23,7 +23,7 @@ def s3_root() -> Path:
23
24
25
@pytest.fixture
26
-def s3_storage_uninitialized(s3_bucket_name: str, s3_root: str) -> S3FileStorage:
+def s3_storage_uninitialized(s3_bucket_name: str, s3_root: Path) -> S3FileStorage:
27
os.environ["STORAGE_BUCKET"] = s3_bucket_name
28
storage_config = S3FileStorageConfiguration.from_env()
29
storage_config.root = s3_root
0 commit comments