Skip to content

Commit

Permalink
fix: integration tests
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 committed Sep 5, 2023
1 parent e17e4ce commit b2afdc8
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 b2afdc8

Please sign in to comment.