From 4d9be4980789e9733fefce7d6d125907f4e58b57 Mon Sep 17 00:00:00 2001 From: mikeee Date: Thu, 25 Jul 2024 21:04:05 +0100 Subject: [PATCH] fix: add sleep/background arguments to the observability tutorial Signed-off-by: mikeee --- tutorials/observability/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/observability/README.md b/tutorials/observability/README.md index 70d94228..1e418acb 100644 --- a/tutorials/observability/README.md +++ b/tutorials/observability/README.md @@ -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