Use fixtures in test so that it actually runs
- Legacy-Id: 3621
This commit is contained in:
parent
ce74be89ef
commit
5aa4e8b896
|
@ -64,6 +64,8 @@ class SendScheduledAnnouncementsTestCase(django.test.TestCase):
|
|||
|
||||
|
||||
class SendScheduledAnnouncementsTestCaseREDESIGN(django.test.TestCase):
|
||||
fixtures = ["names"]
|
||||
|
||||
def test_send_plain_announcement(self):
|
||||
from ietf.announcements.models import Message, SendQueue
|
||||
from redesign.person.models import Person
|
||||
|
|
Loading…
Reference in a new issue