summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomi Richards <thomi.richards@canonical.com>2013-12-02 18:41:11 +1300
committerThomi Richards <thomi.richards@canonical.com>2013-12-02 18:41:11 +1300
commit51b0b53c3854f5bb1c2c024cc3176aaad87727df (patch)
tree9b8318611001c6bfdd478d7b9b7bd13cc754bf0d
parent3f6f9f6eaec55bfd055907c218c3e9707a03635c (diff)
downloadsubunit-51b0b53c3854f5bb1c2c024cc3176aaad87727df.tar.gz
Fix failing tests.
-rw-r--r--python/subunit/tests/test_output_filter.py2
1 files changed, 1 insertions, 1 deletions
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))
)