Skip to content

Commit d91cffd

Browse files
authored
Merge pull request rancher-sandbox#7309 from mook-as/bats/k8s/spinkube-npm/hello-universe
BATS: k8s/spinkube-npm: Fix expected text
2 parents 0cf389a + 4b1c1ac commit d91cffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bats/tests/k8s/spinkube-npm.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ EOF
8787

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

0 commit comments

Comments
 (0)