Skip to content

Commit

Permalink
fix: wasm qa casing (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd authored Apr 27, 2023
1 parent b626bf0 commit 1106c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/qa-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1106c5f

Please sign in to comment.