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 0b7baaf commit e2673db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- "sleep infinity"
database:
ports:
- 5432:5432
- 25432:5432
image: postgres:13.9
environment:
- POSTGRES_USER=postgres
Expand Down
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 e2673db

Please sign in to comment.