Skip to content

Commit

Permalink
fix appID
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Duiker <[email protected]>
  • Loading branch information
marcduiker committed Jan 29, 2025
1 parent 017bc25 commit fc93627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pub_sub/javascript/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ expected_stdout_lines:
- 'Started Dapr with app id "order-processor-sdk"'
- 'Started Dapr with app id "checkout-sdk"'
- '== APP - checkout-sdk == Published data: {"orderId":1}'
- '== APP - order-processor == Subscriber received: {"orderId":1}'
- '== APP - order-processor-sdk == Subscriber received: {"orderId":1}'
expected_stderr_lines:
output_match_mode: substring
match_order: none
Expand Down

0 comments on commit fc93627

Please sign in to comment.