File tree Expand file tree Collapse file tree
tests/integration/synapseclient/models/async Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727@pytest_asyncio .fixture (loop_scope = "session" , scope = "session" )
2828async 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 ()
You can’t perform that action at this time.
0 commit comments