Skip to content

Commit

Permalink
minor: notification test JSON for manual validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
konstan committed Feb 2, 2024
1 parent d14a074 commit ef165f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/email-template-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
'metric-with-value-NOK.json',
'metric-with-value-OK.json',
'ne-online-true.json',
'ne-online-false.json'
'ne-online-false.json',
'notification-test.json'
]

for t in tests:
Expand Down
8 changes: 8 additions & 0 deletions tests/notification-test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"SUBS_NAME": "Notification Test",
"SUBS_DESCRIPTION": "Notification Test",
"RESOURCE_URI": "notifications-methods",
"RESOURCE_NAME": "my notification method",
"TIMESTAMP": "2023-11-29T13:22:26Z",
"RECOVERY": true
}
3 changes: 2 additions & 1 deletion tests/slack-template-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
'metric-with-value-NOK.json',
'metric-with-value-OK.json',
'ne-online-true.json',
'ne-online-false.json'
'ne-online-false.json',
'notification-test.json'
]

for t in tests:
Expand Down

0 comments on commit ef165f8

Please sign in to comment.