We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7838d8 commit 7d4b165Copy full SHA for 7d4b165
1 file changed
ietf/wginfo/tests.py
@@ -218,7 +218,7 @@ def test_edit_info(self):
218
state = GroupStateName.objects.get(slug="bof")
219
r = self.client.post(url,
220
dict(name="Mars Not Special Interest Group",
221
- acronym="mnsig",
+ acronym="mars",
222
parent=area.pk,
223
ad=ad.pk,
224
state=state.pk,
@@ -239,7 +239,7 @@ def test_edit_info(self):
239
label = ""
240
self.assertEquals(r.status_code, 302)
241
242
- group = Group.objects.get(acronym="mnsig")
+ group = Group.objects.get(acronym="mars")
243
self.assertEquals(group.name, "Mars Not Special Interest Group")
244
self.assertEquals(group.parent, area)
245
self.assertEquals(group.ad, ad)
0 commit comments