summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@rd.io>2013-05-10 08:56:39 -0700
committerAlex Gaynor <alex.gaynor@rd.io>2013-05-10 08:56:39 -0700
commit327e362ff30969fd4ac111fa59cbfcd4c11abd38 (patch)
tree43af0fed44982bfdfbc0dfdac4a90365567f9de3
parenta4dec43b520fa51bf7a949576b5767242c74c982 (diff)
Fixed an obvious typo.
-rw-r--r--tests/admin_views/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py
index 39c0eb1088..8e678a72b3 100644
--- a/tests/admin_views/tests.py
+++ b/tests/admin_views/tests.py
@@ -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)