mirror of https://github.com/dapr/quickstarts.git
fix: add sleep/background arguments to the observability tutorial
Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
parent
afdd5eac8c
commit
4d9be49807
|
@ -389,6 +389,8 @@ expected_stdout_lines:
|
|||
- '"total":"54"'
|
||||
output_match_mode: substring
|
||||
name: "Curl test"
|
||||
background: false
|
||||
sleep: 5
|
||||
-->
|
||||
|
||||
```bash
|
||||
|
@ -476,6 +478,7 @@ output_match_mode: substring
|
|||
expected_stderr_lines:
|
||||
|
||||
name: Curl validate
|
||||
background: false
|
||||
-->
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue