mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed an obvious typo.
This commit is contained in:
parent
a4dec43b52
commit
327e362ff3
1 changed files with 1 additions and 1 deletions
|
@ -3612,7 +3612,7 @@ class UserAdminTest(TestCase):
|
|||
if connection.vendor == 'oracle':
|
||||
expected_queries -= 1
|
||||
|
||||
with self.assertNumQueries(9):
|
||||
with self.assertNumQueries(expected_queries):
|
||||
response = self.client.get('/test_admin/admin/auth/user/%s/' % u.pk)
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue