From a2f8f335e4332eb12f2a24cfdf30a59fa5123829 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 11 Jan 2019 12:02:52 +0100
Subject: [PATCH] Disable HTTPS urls in test

---
 api/setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/api/setup.cfg b/api/setup.cfg
index 4466d626..a3c0e746 100644
--- a/api/setup.cfg
+++ b/api/setup.cfg
@@ -23,3 +23,4 @@ env =
     DEBUG=False
     WEAK_PASSWORDS=True
     CREATE_IMAGE_THUMBNAILS=False
+    FORCE_HTTPS_URLS=False
-- 
GitLab