We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 302f664 + 9a8461f commit 2ce99e7Copy full SHA for 2ce99e7
1 file changed
tests/admin_views/tests.py
@@ -9444,7 +9444,7 @@ def test_url_without_trailing_slash_if_not_authenticated(self):
9444
response = self.client.get(url)
9445
self.assertRedirects(response, "%s?next=%s" % (reverse("admin:login"), url))
9446
9447
- def test_unkown_url_without_trailing_slash_if_not_authenticated(self):
+ def test_unknown_url_without_trailing_slash_if_not_authenticated(self):
9448
url = reverse("admin:article_extra_json")[:-1]
9449
9450
0 commit comments