Fix deploy tests

This commit is contained in:
Felipe M 2018-03-24 16:17:51 +01:00
parent bc9f4df62c
commit 6339f6e05f
Signed by: fmartingr
GPG key ID: 716BC147715E716F

View file

@ -15,4 +15,4 @@ class DeployTestCase(unittest.TestCase):
allow_redirects=False)
self.assertEqual(request.status_code, 301)
self.assertEqual(request.headers.get('Location'),
'http://fmartingr.com/')
'https://fmartingr.com/')