Skip to content

Commit 5a1c359

Browse files
committed
Updated a test to match the change in r16560
- Legacy-Id: 16575
1 parent 3d0cca8 commit 5a1c359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/group/tests_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_active_groups(self):
8989
self.assertContains(r, "Directorate")
9090
self.assertContains(r, "AG")
9191

92-
for slug in GroupTypeName.objects.exclude(slug__in=['wg','rg','ag','area','dir','review','team', 'program']).values_list('slug',flat=True):
92+
for slug in GroupTypeName.objects.exclude(slug__in=['wg','rg','ag','area','dir','review','team','program','adhoc','ise']).values_list('slug',flat=True):
9393
with self.assertRaises(NoReverseMatch):
9494
url=urlreverse('ietf.group.views.active_groups', kwargs=dict(group_type=slug))
9595

0 commit comments

Comments
 (0)