Skip to content

Commit

Permalink
Update log message expected when report to notify is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
epapbak committed Oct 25, 2023
1 parent 13cd480 commit 619e2ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Feature: Customer Notifications
Then it should have sent 0 notification events to Kafka
And the process should exit with status code set to 0
And the logs should match
| log | contains |
| Report with high impact detected | yes |
| No new issues to notify | no |
| log | contains |
| Report with impact higher than configured threshold detected | yes |
| No new issues to notify | no |
When I select all rows from table reported
Then I should get 1 rows

Expand Down
6 changes: 3 additions & 3 deletions features/ccx-notification-service/service_log.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Feature: Service Log
Then it should have sent 0 notification events to Service Log
And the process should exit with status code set to 0
And the logs should match
| log | contains |
| Report with high impact detected | yes |
| No new issues to notify | no |
| log | contains |
| Report with impact higher than configured threshold detected | yes |
| No new issues to notify | no |


@rest-api
Expand Down

0 comments on commit 619e2ea

Please sign in to comment.