Skip to content

Commit 9cda2b2

Browse files
committed
Fix invoke-http test
Signed-off-by: Albert Callarisa <albert@diagrid.io>
1 parent 84ac824 commit 9cda2b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/invoke-http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ expected_stdout_lines:
5555
- '200'
5656
- 'error occurred'
5757
- 'MY_CODE'
58-
- '{"message": "error occurred", "errorCode": "MY_CODE"}'
58+
- "b'{\"message\": \"error occurred\", \"errorCode\": \"MY_CODE\"}'"
5959
- '503'
60-
- 'Internal Server Error'
60+
- 'Service Unavailable'
6161
background: true
6262
sleep: 5
6363
-->

0 commit comments

Comments
 (0)