Skip to content

Commit 94eb549

Browse files
committed
Remove dead code from tests/test_uri.py.
1 parent f40bdf5 commit 94eb549

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test_uri.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@
1414
_INSTANCE_URI = f'{_SERIES_URI}/instances/{_INSTANCE_UID}'
1515
_FRAME_URI = f'{_INSTANCE_URI}/frames/{",".join(str(f) for f in _FRAMES)}'
1616

17-
# CHC DICOMweb URI parameters.
18-
_PROJECT_ID = 'my-project44'
19-
_LOCATION = 'us-central1'
20-
_DATASET_ID = 'my-44.dataset'
21-
_DICOM_STORE_ID = 'my.d1com_store'
22-
_CHC_API_URL = 'https://healthcare.googleapis.com/v1'
23-
_CHC_BASE_URL = (
24-
f'{_CHC_API_URL}/'
25-
f'projects/{_PROJECT_ID}/locations/{_LOCATION}/'
26-
f'datasets/{_DATASET_ID}/dicomStores/{_DICOM_STORE_ID}/dicomWeb')
27-
2817

2918
@pytest.mark.parametrize('illegal_char', ['/', '@', 'a', 'A'])
3019
def test_uid_illegal_character(illegal_char):

0 commit comments

Comments
 (0)