summaryrefslogtreecommitdiff
path: root/python
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
commit988c887744f0047938586efe8db84c39de1c3315 (patch)
tree9b8318611001c6bfdd478d7b9b7bd13cc754bf0d /python
parentc59c19a9cdd25f3207fc8dac684ffcf76e83b047 (diff)
downloadsubunit-git-988c887744f0047938586efe8db84c39de1c3315.tar.gz
Fix failing tests.
Diffstat (limited to 'python')
-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))
)