Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akashorabek committed Feb 4, 2025
1 parent c480fe6 commit 9418802
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
META_DATA_REFINED_NAME = 'Dicom_io_it_test_refined_data.json'
NUM_INSTANCE = 18
RAND_LEN = 15
SCOPES=['https://www.googleapis.com/auth/cloud-platform']
SCOPES = ['https://www.googleapis.com/auth/cloud-platform']


def random_string_generator(length):
Expand Down Expand Up @@ -212,7 +212,8 @@ def test_dicom_store_instance_from_gcs(self):
# Check the metadata using client
credential, _ = default(SCOPES)
result, status_code = DicomApiHttpClient().qido_search(
self.project, REGION, DATA_SET_ID, self.temp_dicom_store, 'instances', credential=credential
self.project, REGION, DATA_SET_ID,
self.temp_dicom_store, 'instances', credential=credential
)

self.assertEqual(status_code, 200)
Expand Down

0 comments on commit 9418802

Please sign in to comment.