Skip to content

Commit

Permalink
prt-30 test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseibel committed Mar 28, 2024
1 parent 7abc775 commit d6a4f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions endorsement/test/dao/test_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ def test_invalid_endorser_notification_message_single(self):
notify_invalid_endorser(endorsements)
self.assertEqual(len(mail.outbox), 1)
self.assertEqual(
mail.outbox[0].subject[:46],
'Action Required: Services that you provisioned')
mail.outbox[0].subject,
'Action Required: Provisioned UW-IT services will expire soon')
self.assertTrue(
service.category_name in mail.outbox[0].body)
self.assertTrue(
Expand Down

0 comments on commit d6a4f1a

Please sign in to comment.