Skip to content

Commit

Permalink
Updates integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
missylbytes committed Mar 3, 2023
1 parent bc830dd commit b97509d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ load helpers
@test "api gateway should be able to connect to s1 via configured port" {
run retry_long curl -s -f -d hello localhost:9999
[ "$status" -eq 0 ]
[[ "$output" == *"hello"* ]]
[[ ! -z "$output" ]]
}

@test "api gateway should get an intentions error connecting to s2 via configured port" {
Expand Down

0 comments on commit b97509d

Please sign in to comment.