Skip to content

Commit

Permalink
log request output
Browse files Browse the repository at this point in the history
Signed-off-by: Diana Barsan <[email protected]>
  • Loading branch information
dianabarsan committed Jun 19, 2024
1 parent 845ff13 commit 5622eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haproxy/tests/with_mock.bats
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ setup() {
}

@test "should return json with on connection drop" {
run bash -c "curl -ksm5 https://127.0.0.1:5984/error/drop"
run bash -c "curl https://127.0.0.1:5984/error/drop"
# assert_success
echo "output = ${output}"
assert_output '"502 Bad Gateway"'
Expand Down

0 comments on commit 5622eb0

Please sign in to comment.