From cb0b803f4b0a4af4a1e59476f26ed4b2c76c3683 Mon Sep 17 00:00:00 2001 From: Jochen Klar Date: Wed, 20 Dec 2023 16:42:00 +0100 Subject: [PATCH] Fix tests --- config/settings/environments/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings/environments/github.py b/config/settings/environments/github.py index 525b395..aa2ea10 100644 --- a/config/settings/environments/github.py +++ b/config/settings/environments/github.py @@ -21,4 +21,4 @@ FILES_BASE_URL = 'http://isimip/' -PROTOCOL_LOCATIONS = 'testing/protocol' +PROTOCOL_LOCATIONS = ['testing/protocol']