Skip to content
Snippets Groups Projects
Commit 40fb24dc authored by Samuel GAIST's avatar Samuel GAIST Committed by Samuel GAIST
Browse files

[settings][test] Ensure no URL_PREFIX is used for test

Otherwise the testing of beat/beat.cmd.line> will break.
parent e14098b8
No related branches found
No related tags found
1 merge request!285Ensure no URL_PREFIX is used for test
Pipeline #30270 passed
......@@ -32,6 +32,8 @@ import sys
from .settings import * # noqa
URL_PREFIX = ""
TEST_CONFIGURATION = True
RUNNING_ON_CI = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment