summaryrefslogtreecommitdiff
path: root/tests/sites_framework
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sites_framework')
-rw-r--r--tests/sites_framework/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sites_framework/tests.py b/tests/sites_framework/tests.py
index 6d2717457a..de37bb5a00 100644
--- a/tests/sites_framework/tests.py
+++ b/tests/sites_framework/tests.py
@@ -62,7 +62,7 @@ class CurrentSiteManagerChecksTests(SimpleTestCase):
expected = [
checks.Error(
"CurrentSiteManager cannot use 'ConfusedArticle.site' as it is "
- "not a ForeignKey or ManyToManyField.",
+ "not a foreign key or a many-to-many field.",
obj=ConfusedArticle.on_site,
id='sites.E002',
)