Skip to content

Commit 16c968f

Browse files
vgramermjuraga
authored andcommitted
BUILD/MINOR: bind e2e tests >2.8 were not executed due to missing import lib and wrong fixture
Signed-off-by: Vincent Gramer <[email protected]>
1 parent 0787b05 commit 16c968f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/tests/binds/replace_2.8.bats

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ load '../../libs/get_json_path'
2121
load '../../libs/haproxy_config_setup'
2222
load '../../libs/resource_client'
2323
load '../../libs/version'
24+
load '../../libs/haproxy_version'
2425

2526
load 'utils/_helpers'
2627

2728
@test "binds: Replace a bind (>=2.8)" {
2829
if haproxy_version_ge "2.8"
2930
then
30-
PUT_FILE="/data/put_2.8.son"
31+
PUT_FILE="data/put_2.8.json"
3132
resource_put "$_BIND_BASE_PATH/fixture" "$PUT_FILE" "frontend=test_frontend&force_reload=true"
3233
assert_equal "$SC" 200
3334

0 commit comments

Comments
 (0)