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 99be3ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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: 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/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
2 changes: 1 addition & 1 deletion service_invocation/java/http/checkout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<dapr.version>1.10.0-SNAPSHOT</dapr.version>
<dapr.version>1.9.0</dapr.version>
<slf4jVersion>1.6.1</slf4jVersion>
</properties>
<dependencies>
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 99be3ca

Please sign in to comment.