fix: update expected validation output

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
mikeee 2024-07-25 13:56:00 +01:00
parent 231fb83580
commit afdd5eac8c
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
1 changed files with 1 additions and 1 deletions

View File

@ -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
-->