We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c60f55 commit 56f3601Copy full SHA for 56f3601
1 file changed
ietf/secr/areas/tests.py
@@ -14,15 +14,15 @@
14
SECR_USER='secretary'
15
16
def augment_data():
17
- system = Person.objects.get(name="(system)")
+ system = Person.objects.get(name="(System)")
18
area = Group.objects.get(acronym='farfut')
19
GroupEvent.objects.create(group=area,
20
type='started',
21
by=system)
22
23
class MainTestCase(TestCase):
24
# See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
25
- perma_fixtures = ['persons', 'groupgroup', 'groupevents']
+ perma_fixtures = ['groupgroup', 'groupevents']
26
27
def test_main(self):
28
"Main Test"
0 commit comments