We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73abb7 commit bb5d343Copy full SHA for bb5d343
t/cli/test_validate_config.sh
@@ -28,7 +28,9 @@ discovery:
28
' > conf/config.yaml
29
30
out=$(make init 2>&1 || true)
31
-if ! echo "$out" | grep 'property "host" validation failed: wrong type: expected array, got string'; then
+
32
+if ! echo "$out" | grep 'invalid discovery nacos configuration: value should match only one schema, but matches none'; then
33
+cat logs/error.log
34
echo "failed: should check discovery schema during init"
35
exit 1
36
fi
0 commit comments