Skip to content

Commit

Permalink
Test validation cleanup (dapr#569)
Browse files Browse the repository at this point in the history
* Test validation cleanup

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* add one response message in each of the validation steps

Signed-off-by: tanvigour <tanvi.gour@gmail.com>
  • Loading branch information
tanvigour committed Mar 3, 2022
1 parent 424d2f0 commit 870ed62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@ output_match_mode: substring
expected_stdout_lines:
- "You're up and running! Both Dapr and your app logs will appear here."
- "== APP == {'data': {'orderId': 1}, 'operation': 'create'}"
- "== APP == <Response [204]>"
- "== APP == {'data': {'orderId': 2}, 'operation': 'create'}"
- "== APP == <Response [204]>"
- "== APP == {'data': {'orderId': 3}, 'operation': 'create'}"
- "== APP == <Response [204]>"
- "Exited Dapr successfully"
Expand Down Expand Up @@ -324,7 +322,6 @@ name: Read Python Logs
output_match_mode: substring
expected_stdout_lines:
- "{'data': {'orderId': "
- "<Response [204]>"
- "{'data': {'orderId': "
- "<Response [204]>"
-->
Expand Down

0 comments on commit 870ed62

Please sign in to comment.