diff --git a/test/testGetPost.py b/test/testGetPost.py index 1bb6447..112abac 100644 --- a/test/testGetPost.py +++ b/test/testGetPost.py @@ -33,8 +33,8 @@ def getRequest(post_resp, url): authenticated_header = header.copy() authenticated_header['Authorization'] = os.environ.get('API_TOKEN', '') numOfTestData = 84 -urlBold = "http://0.0.0.0:80/bold" -urlT1w = "http://0.0.0.0:80/T1w" +urlBold = "http://0.0.0.0:80/api/bold" +urlT1w = "http://0.0.0.0:80/api/T1w" codeForInvalid = 422