Skip to content

Commit 2ce99e7

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 302f664 + 9a8461f commit 2ce99e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/admin_views/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9444,7 +9444,7 @@ def test_url_without_trailing_slash_if_not_authenticated(self):
94449444
response = self.client.get(url)
94459445
self.assertRedirects(response, "%s?next=%s" % (reverse("admin:login"), url))
94469446

9447-
def test_unkown_url_without_trailing_slash_if_not_authenticated(self):
9447+
def test_unknown_url_without_trailing_slash_if_not_authenticated(self):
94489448
url = reverse("admin:article_extra_json")[:-1]
94499449
response = self.client.get(url)
94509450
self.assertRedirects(response, "%s?next=%s" % (reverse("admin:login"), url))

0 commit comments

Comments
 (0)