Skip to content

Commit 9bb0b33

Browse files
committed
fix override test
1 parent 53e1021 commit 9bb0b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config_with_file_override_and_flag_and_config_flag.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source bin/bacalhau.sh
44

55
testcase_config_with_override_config_file_with_api_config_flag_and_dedicated_flag() {
6-
start_bacalhau_serve_with_config -c $ROOT/testdata/config/base.yaml -c $ROOT/testdata/config/override.yaml --web-ui=false --config webui.enabled=true
6+
start_bacalhau_serve_with_config -c $ROOT/testdata/config/base.yaml -c $ROOT/testdata/config/override.yaml --config webui.enabled=true
77

88
subject curl -s http://localhost:1234/api/v1/agent/config
99
assert_equal 0 $status > /dev/null

0 commit comments

Comments
 (0)