Skip to content

Commit b04b492

Browse files
committed
Simpler
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 8e086e5 commit b04b492

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/cloud/uploader/datafiles/test_uploader_full_process.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ def test_full_upload_process():
1919
telescope_uuid = str(uuid.uuid4())
2020
org_subdomain = 'test-portal'
2121

22-
config = ArcsecondConfig(State(api_name="test"))
23-
config.api_server = ARCSECOND_API_URL_DEV
24-
2522
prepare_successful_login(org_subdomain)
2623
prepare_upload_files(dataset_uuid, telescope_uuid, org_subdomain)
2724

@@ -47,7 +44,6 @@ def test_full_upload_process():
4744
'api_server': ARCSECOND_API_URL_DEV
4845
}
4946
}
50-
5147
config = ArcsecondConfig(state, config) # it will read your config file.
5248

5349
context = DatasetUploadContext(

0 commit comments

Comments
 (0)