We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e1021 commit 9bb0b33Copy full SHA for 9bb0b33
test/config_with_file_override_and_flag_and_config_flag.sh
100644
100755
@@ -3,7 +3,7 @@
3
source bin/bacalhau.sh
4
5
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
+ start_bacalhau_serve_with_config -c $ROOT/testdata/config/base.yaml -c $ROOT/testdata/config/override.yaml --config webui.enabled=true
7
8
subject curl -s http://localhost:1234/api/v1/agent/config
9
assert_equal 0 $status > /dev/null
0 commit comments