Skip to content

Commit

Permalink
Merge pull request #7309 from mook-as/bats/k8s/spinkube-npm/hello-uni…
Browse files Browse the repository at this point in the history
…verse

BATS: k8s/spinkube-npm: Fix expected text
  • Loading branch information
jandubois committed Aug 6, 2024
2 parents 0cf389a + 4b1c1ac commit d91cffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bats/tests/k8s/spinkube-npm.bats
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ EOF

run --separate-stderr try curl --connect-timeout 5 --fail "http://${host}"
assert_success
assert_output "Hello from JS-SDK"
assert_output --regexp '^(Hello|hello)'
}

0 comments on commit d91cffd

Please sign in to comment.