summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/apps/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apps/tests.py b/tests/apps/tests.py
index 4d7cd562a3..8c9f815a36 100644
--- a/tests/apps/tests.py
+++ b/tests/apps/tests.py
@@ -234,7 +234,7 @@ class AppsTests(TestCase):
self.assertEqual(len(w), 1)
self.assertTrue(issubclass(w[-1].category, RuntimeWarning))
self.assertEqual(str(w[-1].message),
- "Model 'southponies.apps' was already registered. "
+ "Model 'apps.southponies' was already registered. "
"Reloading models is not advised as it can lead to inconsistencies, "
"most notably with related models.")