From d7f44d6e86e0ddb098ac0d04dbdef709bc735bc8 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 8 Mar 2015 14:32:14 +0000 Subject: [PATCH] Tweaked test to match earlier coverage_changes output format tweak. - Legacy-Id: 9168 --- ietf/utils/management/commands/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/utils/management/commands/tests.py b/ietf/utils/management/commands/tests.py index 4d52f7792..044c3a89a 100644 --- a/ietf/utils/management/commands/tests.py +++ b/ietf/utils/management/commands/tests.py @@ -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)