Skip to content

Commit 7e3ee06

Browse files
committed
Adjusted test to match new name fixture.
- Legacy-Id: 13209
1 parent e4c3a48 commit 7e3ee06

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
@@ -78,7 +78,7 @@ def test_active_groups(self):
7878
self.assertTrue("Directorate" in unicontent(r))
7979
self.assertTrue("AG" in unicontent(r))
8080

81-
for slug in GroupTypeName.objects.exclude(slug__in=['wg','rg','ag','area','dir','team']).values_list('slug',flat=True):
81+
for slug in GroupTypeName.objects.exclude(slug__in=['wg','rg','ag','area','dir','team', 'program']).values_list('slug',flat=True):
8282
with self.assertRaises(NoReverseMatch):
8383
url=urlreverse('ietf.group.views.active_groups', kwargs=dict(group_type=slug))
8484

0 commit comments

Comments
 (0)