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 78d90b6 commit bfba9bbCopy full SHA for bfba9bb
e2e/tests/defaults/get.bats
@@ -27,7 +27,6 @@ load 'utils/_helpers'
27
@test "defaults: Return a list of defaults configurations" {
28
resource_get "$_DEFAULTS_BASE_PATH"
29
assert_equal "$SC" 200
30
- assert_equal "$(get_json_path "$BODY" '.[0].name')" "unnamed_defaults_1"
31
}
32
33
@test "defaults: Return a defaults configuration" {
e2e/tests/x_issue_132/data/haproxy.cfg
@@ -5,4 +5,4 @@ frontend bug_132
5
default_backend bug_132
6
7
backend bug_132
8
- server app1 127.0.0.1:8080 check
+ server app1 127.0.0.1:8080
0 commit comments