Fix deploy tests
This commit is contained in:
parent
bc9f4df62c
commit
6339f6e05f
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ class DeployTestCase(unittest.TestCase):
|
||||||
allow_redirects=False)
|
allow_redirects=False)
|
||||||
self.assertEqual(request.status_code, 301)
|
self.assertEqual(request.status_code, 301)
|
||||||
self.assertEqual(request.headers.get('Location'),
|
self.assertEqual(request.headers.get('Location'),
|
||||||
'http://fmartingr.com/')
|
'https://fmartingr.com/')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue