From 13dad92c2b414901e9969ef7175dca44041eb171 Mon Sep 17 00:00:00 2001 From: Ross Blair Date: Fri, 2 Jun 2017 15:18:10 -0700 Subject: [PATCH] Update testGetPost.py --- test/testGetPost.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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