summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/fixtures_regress/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fixtures_regress/tests.py b/tests/fixtures_regress/tests.py
index 5114302267..52526ec338 100644
--- a/tests/fixtures_regress/tests.py
+++ b/tests/fixtures_regress/tests.py
@@ -450,7 +450,7 @@ class TestFixtures(TestCase):
commit=False,
stdout=stdout_output,
)
- self.assertTrue("No xml fixture 'this_fixture_doesnt_exist' in" in
+ self.assertTrue("No fixture 'this_fixture_doesnt_exist' in" in
force_text(stdout_output.getvalue()))