Disable HTTPS urls in test
This commit is contained in:
parent
97aaffaeda
commit
a2f8f335e4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue