Disable HTTPS urls in test

This commit is contained in:
Eliot Berriot 2019-01-11 12:02:52 +01:00
commit a2f8f335e4
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

@ -23,3 +23,4 @@ env =
DEBUG=False DEBUG=False
WEAK_PASSWORDS=True WEAK_PASSWORDS=True
CREATE_IMAGE_THUMBNAILS=False CREATE_IMAGE_THUMBNAILS=False
FORCE_HTTPS_URLS=False