improve coverage

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
mikeee 2024-02-22 14:19:46 +00:00
parent 2a10c0fd7f
commit 8f00997746
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
1 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,8 @@ name: Run Multi-app
output_match_mode: substring
match_order: sequential
expected_stdout_lines:
- '== APP - invoke-grpc-server == Method: say_hello'
- '== APP - invoke-grpc-server == Name: "Test"'
- '== APP - invoke-grpc-client == Message: "Hello World!"'
- '== APP - invoke-grpc-client == Response: InvokeResponse {'
- '== APP - invoke-grpc-client == data: Some('
@ -45,7 +47,8 @@ background: true
sleep: 30
timeout_seconds: 60
-->
== APP - invoke-grpc-server == Method: say_hello
== APP - invoke-grpc-server == Name: "Test"
```bash
dapr run -f .
```