From 9d8b8c5482ea511c43d748f1cfb3d79bf29ef8df Mon Sep 17 00:00:00 2001 From: jvfpw18 <jvfpw18@inf.ufpr.br> Date: Tue, 3 Sep 2019 09:49:36 -0300 Subject: [PATCH 1/3] Update settings.py --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index bfc1375..62ba181 100644 --- a/settings.py +++ b/settings.py @@ -1,7 +1,7 @@ '''Settings used by LDE regression test''' '''URL API to test''' -BASE_URL = 'https://simcaq.c3sl.ufpr.br/api/v1/' +BASE_URL = 'localhost:3000/api/v1/' '''List of all base routes available to test''' BASE_ROUTE_LIST = [ -- GitLab From 68c1cd91ed58ca397795db8998419dd276dafded Mon Sep 17 00:00:00 2001 From: jvfpw18 <jvfpw18@inf.ufpr.br> Date: Tue, 3 Sep 2019 10:09:45 -0300 Subject: [PATCH 2/3] Update settings.py --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 62ba181..54f38a9 100644 --- a/settings.py +++ b/settings.py @@ -1,7 +1,7 @@ '''Settings used by LDE regression test''' '''URL API to test''' -BASE_URL = 'localhost:3000/api/v1/' +BASE_URL = 'http://localhost:3000/api/v1/' '''List of all base routes available to test''' BASE_ROUTE_LIST = [ -- GitLab From 77a3678cb3462b59bf9d3b82333350c942d5470e Mon Sep 17 00:00:00 2001 From: hi15 <hi15@inf.ufpr.br> Date: Fri, 13 Sep 2019 10:31:00 -0300 Subject: [PATCH 3/3] Update requirements --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f9fd29..a173de5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ manage.py==0.2.10 numpy==1.16.4 pandas==0.24.2 -pkg-resources==0.0.0 python-dateutil==2.8.0 pytz==2019.1 six==1.12.0 -- GitLab