Skip to content

Commit 5aa4e8b

Browse files
committed
Use fixtures in test so that it actually runs
- Legacy-Id: 3621
1 parent ce74be8 commit 5aa4e8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/announcements/tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ def test_send_mime_announcement(self):
6464

6565

6666
class SendScheduledAnnouncementsTestCaseREDESIGN(django.test.TestCase):
67+
fixtures = ["names"]
68+
6769
def test_send_plain_announcement(self):
6870
from ietf.announcements.models import Message, SendQueue
6971
from redesign.person.models import Person

0 commit comments

Comments
 (0)