Skip to content

Commit

Permalink
Update testGetPost.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair authored Jun 2, 2017
1 parent 8a749e8 commit 13dad92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testGetPost.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def getRequest(post_resp, url):
authenticated_header = header.copy()
authenticated_header['Authorization'] = os.environ.get('API_TOKEN', '<secret_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


Expand Down

0 comments on commit 13dad92

Please sign in to comment.