We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158fd81 commit 9a8461fCopy full SHA for 9a8461f
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