diff --git a/tests/test_api/test_project_management.py b/tests/test_api/test_project_management.py index 20ecec03..dc5bd0fc 100644 --- a/tests/test_api/test_project_management.py +++ b/tests/test_api/test_project_management.py @@ -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.