mirror of https://github.com/dapr/quickstarts.git
fix readme check
Signed-off-by: kaibocai <kaibocai@microsoft.com>
This commit is contained in:
parent
2d7b401e83
commit
5cfcd0e030
|
@ -35,8 +35,9 @@ cd ..
|
||||||
<!-- STEP
|
<!-- STEP
|
||||||
name: Run order-processor service
|
name: Run order-processor service
|
||||||
expected_stdout_lines:
|
expected_stdout_lines:
|
||||||
- '== APP - there are now 90 item1 in stock'
|
- '== APP - workflowApp == == APP == Payment of 100 for 10 item1 processed successfully'
|
||||||
- '== APP - processed successfully!'
|
- 'there are now 90 item1 in stock'
|
||||||
|
- 'processed successfully!'
|
||||||
expected_stderr_lines:
|
expected_stderr_lines:
|
||||||
output_match_mode: substring
|
output_match_mode: substring
|
||||||
background: true
|
background: true
|
||||||
|
|
Loading…
Reference in New Issue