Skip to content

Commit c8b3b36

Browse files
committed
update test
1 parent cd21d33 commit c8b3b36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/synapseclient/models/async/test_storage_location_migration_async.py renamed to tests/integration/synapseclient/models/async/test_migration_async.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
@pytest_asyncio.fixture(loop_scope="session", scope="session")
2828
async def migration_storage_location(syn: Synapse) -> StorageLocation:
29-
"""Create a SYNAPSE_S3 storage location to migrate files into."""
29+
"""Create a EXTERNAL_S3 storage location to migrate files into."""
3030
storage_location = await StorageLocation(
3131
storage_type=StorageLocationType.EXTERNAL_S3,
3232
bucket="test-storage-location-python-client-us-east-1",
@@ -56,7 +56,7 @@ def setup_method(
5656
self.project = project_model
5757

5858
async def test_migrate_project(self) -> None:
59-
"""Test migrating a project's files and table file handles to a new SYNAPSE_S3
59+
"""Test migrating a project's files and table file handles to a new EXTERNAL_S3
6060
storage location created via the StorageLocation model."""
6161
# Create files to migrate
6262
file_0_path = syn_utils.make_bogus_uuid_file()

0 commit comments

Comments
 (0)