diff --git a/.circleci/qa-wasm.sh b/.circleci/qa-wasm.sh index 0488d7545..ef07dd25e 100755 --- a/.circleci/qa-wasm.sh +++ b/.circleci/qa-wasm.sh @@ -17,6 +17,6 @@ sleep 70 echo "Testing local wasm endpoint" output=$(curl --silent localhost:8000/hello) -[ "$output" != "Hello, world!" ] && ( echo "Did not expect output: $output"; exit 1 ) +[ "$output" != "Hello, World!" ] && ( echo "Did not expect output: $output"; exit 1 ) killall cargo-shuttle