Skip to content

Commit

Permalink
Add missing test for prebooking manager notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed May 30, 2023
1 parent b20fbf0 commit 07e85eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions indico/modules/rb/notifications/notifications_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def test_reservation_confirmation_emails_plaintext(snapshot, snapshot_name, crea
('creation_email_to_user.txt', '_repeat_excluded_1', 1, RepeatFrequency.DAY),
('creation_email_to_user.txt', '_repeat_excluded_2', 2, RepeatFrequency.DAY),
('creation_email_to_manager.txt', '', None, RepeatFrequency.NEVER),
('creation_email_to_manager.txt', '_pre', None, RepeatFrequency.NEVER),
('creation_email_to_user.txt', '_pre', None, RepeatFrequency.NEVER),
('creation_email_to_user.txt', '_repeat_pre', None, RepeatFrequency.DAY),
('creation_email_to_user.txt', '_key', None, RepeatFrequency.NEVER),
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[1/2-3] New Pre-Booking (11/11/2022 13:37)
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Hours: 13:37 - 14:37
You can check the details of the booking here:
http://localhost/rooms/booking/1337


--
Best regards,
Indico :: Room Booking
http://localhost/rooms/

0 comments on commit 07e85eb

Please sign in to comment.