Skip to content

Commit

Permalink
Fix tests in azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FieryCod committed Oct 31, 2021
1 parent ca00a0c commit 52dae76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
# Test
output=$(sam local invoke "ExampleLambdaFunction" 2> /dev/null | jq .body -r) && \
echo "$output" && \
bb -e "(assert (= \"$output\" \"Hello world. Babashka is sweet friend of mine! Babashka version: 0.6.2\"))"
bb -e "(assert (= \"$output\" \"Hello world. Babashka is sweet friend of mine! Babashka version: 0.6.3\"))"
workingDirectory: ${{variables.WORKING_DIRECTORY}}
displayName: 'Basic babashka invoke'
Expand Down

0 comments on commit 52dae76

Please sign in to comment.