Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/BHN-bugfixes' into BHN-bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BradHN1 committed Oct 16, 2023
2 parents 57a3c84 + f293a4b commit 0ccbbc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/tests/test_mou_reminder.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ def test_send_admin_mou_notification(
# Create an admin who should receive a notification (last notified more than a month ago)
admin1 = UserProfile.objects.create(
full_name="Akwesi",
email="akwesi@me.org",
email="akwesi@massenergize.org",
is_deleted=False,
is_community_admin=True,
)

# Create an admin who should not receive a notification (last notified less than a month ago)
admin2 = UserProfile.objects.create(
full_name="Brad",
email="brad@me.org",
email="brad@massenergize.org",
is_deleted=False,
is_community_admin=True,
)

# Create an admin who should receive a notification (never signed MOU)
admin3 = UserProfile.objects.create(
full_name="Tahiru",
email="tahiru@me.org",
email="tahiru@massenergize.org",
is_deleted=False,
is_community_admin=True,
)
Expand Down

0 comments on commit 0ccbbc6

Please sign in to comment.