Skip to content

Commit

Permalink
fix: integration tests (#353)
Browse files Browse the repository at this point in the history
See #352 for underlying bug, but we've worked around it for now.
  • Loading branch information
alecthomas authored Sep 5, 2023
1 parent e17e4ce commit 2e0bc44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/integration-tests
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ deploy_echo_kotlin
wait_for_deploys

info "Calling echo"
wait_for "echo to respond" 'ftl call echo.echo'
message="$(ftl call echo.echo '{"name": "Alice"}' | jq -r .message)"
[[ "$message" =~ "Hello, Alice! The time is " ]] || error "Unexpected response from echo: $message"
info "Success!"

0 comments on commit 2e0bc44

Please sign in to comment.