Apparently the test client now uses `https://localhost.local/' as URL
Previously this was 'http://localhost/'
This commit is contained in:
parent
6d6a40b8c0
commit
e8123b7839
@ -61,7 +61,7 @@ class ProjectCreationTest(AbstractProjectTest):
|
||||
project_id = project_info['_id']
|
||||
|
||||
# Test that the Location header contains the location of the project document.
|
||||
self.assertEqual('http://localhost/api/projects/%s' % project_id,
|
||||
self.assertEqual('https://localhost.local/api/projects/%s' % project_id,
|
||||
resp.headers['Location'])
|
||||
|
||||
# GET the project from the URL in the Location header to see if that works too.
|
||||
|
Loading…
x
Reference in New Issue
Block a user