Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 36ce26e

Browse files
author
Mangled Deutz
committed
Fix test bustage
Standalone config value handling changed which requires this to get back to previous behavior Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
1 parent 95344d5 commit 36ce26e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config_sample.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ dev: &dev
132132
# This flavor is automatically used by unit tests
133133
test:
134134
<<: *dev
135-
storage_path: _env:STORAGE_PATH:/tmp/test
135+
standalone: True
136+
storage_path: _env:STORAGE_PATH:~/tmp/test
136137

137138
# To specify another flavor, set the environment variable SETTINGS_FLAVOR
138139
# $ export SETTINGS_FLAVOR=prod

0 commit comments

Comments
 (0)