Skip to content

Commit 7726e9f

Browse files
author
Sakari Rautiainen
committed
Removed question mark from request
1 parent 4990af0 commit 7726e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testdroid/tests/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_get_device_run_files_without_tags(self):
167167

168168
@responses.activate
169169
def test_get_device_run_files_with_tags(self):
170-
url = '{}/projects/{}/runs/{}/device-sessions/{}/output-file-set/files?tag[]?={}'.format(
170+
url = '{}/projects/{}/runs/{}/device-sessions/{}/output-file-set/files?tag[]={}'.format(
171171
URL_API_ME, PROJECT_ID, TEST_RUN_ID, DEVICE_SESSION_ID, TAGS)
172172
responses.add(responses.GET, url, json=JSON, status=200)
173173
response = t.get_device_run_files(PROJECT_ID, TEST_RUN_ID,

0 commit comments

Comments
 (0)