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.
2 parents 0cf389a + 4b1c1ac commit d91cffdCopy full SHA for d91cffd
bats/tests/k8s/spinkube-npm.bats
@@ -87,5 +87,5 @@ EOF
87
88
run --separate-stderr try curl --connect-timeout 5 --fail "http://${host}"
89
assert_success
90
- assert_output "Hello from JS-SDK"
+ assert_output --regexp '^(Hello|hello)'
91
}
0 commit comments