Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CCXDEV-11831] Update log message expected when report to notify is detected #518

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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