Skip to content

Commit

Permalink
pass validation
Browse files Browse the repository at this point in the history
Signed-off-by: MregXN <mregxn@gmail.com>
  • Loading branch information
MregXN committed Sep 8, 2023
1 parent d3c2dc7 commit d8910e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions service_invocation/csharp/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ dotnet build
<!-- STEP
name: Run checkout service
expected_stdout_lines:
- '== APP == Order passed: Order { OrderId = 1 }'
- '== APP == Order passed: Order { OrderId = 2 }'
- '== APP == Order passed: Order passed: 1'
- '== APP == Order passed: Order passed: 2'
- "Exited App successfully"
expected_stderr_lines:
output_match_mode: substring
Expand Down
4 changes: 2 additions & 2 deletions service_invocation/go/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dapr run \
<!-- STEP
name: Run checkout service
expected_stdout_lines:
- '== APP == Order passed: {"orderId":1}'
- '== APP == Order passed: {"orderId":2}'
- '== APP == Order passed:1'
- '== APP == Order passed:2'
- "Exited App successfully"
expected_stderr_lines:
output_match_mode: substring
Expand Down
4 changes: 2 additions & 2 deletions service_invocation/javascript/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ npm install
<!-- STEP
name: Run checkout service
expected_stdout_lines:
- '== APP == Order passed: {"orderId":1}'
- '== APP == Order passed: {"orderId":2}'
- '== APP == Order passed: 1'
- '== APP == Order passed: 2'
- "Exited App successfully"
expected_stderr_lines:
output_match_mode: substring
Expand Down

0 comments on commit d8910e7

Please sign in to comment.