Skip to content

Commit

Permalink
updating return codes
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy committed Feb 25, 2025
1 parent 0b1cde6 commit e40dc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ output_match_mode: substring
expected_stdout_lines:
- 'Started ProducerApplication'
background: true
return_code: 143
expected_return_code: 143
sleep: 30
timeout_seconds: 45
-->
Expand Down Expand Up @@ -54,7 +54,7 @@ output_match_mode: substring
expected_stdout_lines:
- 'Started ConsumerApplication'
background: true
return_code: 143
expected_return_code: 143
sleep: 30
timeout_seconds: 45
-->
Expand Down

0 comments on commit e40dc5f

Please sign in to comment.