From 51b0b53c3854f5bb1c2c024cc3176aaad87727df Mon Sep 17 00:00:00 2001 From: Thomi Richards Date: Mon, 2 Dec 2013 18:41:11 +1300 Subject: Fix failing tests. --- python/subunit/tests/test_output_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/subunit/tests/test_output_filter.py b/python/subunit/tests/test_output_filter.py index 758110e..c6caada 100644 --- a/python/subunit/tests/test_output_filter.py +++ b/python/subunit/tests/test_output_filter.py @@ -134,7 +134,7 @@ class TestStatusArgParserTests(WithScenarios, TestCaseWithPatchedStderr): self.assertThat( fn, raises(RuntimeError('subunit-output: error: argument %s: must ' - 'specify a single TEST_ID.\n')) + 'specify a single TEST_ID.\n' % self.option)) ) -- cgit v1.2.1