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 0787b05 commit 16c968fCopy full SHA for 16c968f
e2e/tests/binds/replace_2.8.bats
@@ -21,13 +21,14 @@ load '../../libs/get_json_path'
21
load '../../libs/haproxy_config_setup'
22
load '../../libs/resource_client'
23
load '../../libs/version'
24
+load '../../libs/haproxy_version'
25
26
load 'utils/_helpers'
27
28
@test "binds: Replace a bind (>=2.8)" {
29
if haproxy_version_ge "2.8"
30
then
- PUT_FILE="/data/put_2.8.son"
31
+ PUT_FILE="data/put_2.8.json"
32
resource_put "$_BIND_BASE_PATH/fixture" "$PUT_FILE" "frontend=test_frontend&force_reload=true"
33
assert_equal "$SC" 200
34
0 commit comments