Skip to content

Commit

Permalink
fix: update expected validation output
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Jul 25, 2024
1 parent 231fb83 commit afdd5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/hello-kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ To call the service that you set up port forwarding to, from a command prompt ru
<!-- STEP
name: Curl Test
expected_stdout_lines:
- '{"DAPR_HTTP_PORT":"3500","DAPR_GRPC_PORT":"50001"}'
- '{"DAPR_HTTP_ENDPOINT":"http://localhost:3500","DAPR_GRPC_ENDPOINT":"http://localhost:50001"}'
tags:
- normal-run
-->
Expand Down

0 comments on commit afdd5ea

Please sign in to comment.