Tweaked test to match earlier coverage_changes output format tweak.
- Legacy-Id: 9168
This commit is contained in:
parent
58810b327d
commit
d7f44d6e86
|
@ -82,6 +82,6 @@ class CoverageChangeTestCase(TestCase):
|
|||
r"admin/group/group/change_form.html False True",
|
||||
r"^api/v1/?$ True False",
|
||||
r"^community/personal/$ False True",
|
||||
r"ietf/community/constants nan 50.00",
|
||||
r"ietf/community/constants - 50.00",
|
||||
]:
|
||||
self.assertTrue(l in text, msg="Missing line in coverage_change output:\n'%s'\n"%l)
|
||||
|
|
Loading…
Reference in a new issue