From 52f23149473b109ef1e0096fc5ed209ced7fa7aa Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Thu, 6 Nov 2014 22:18:04 -0500 Subject: [PATCH] More reliable TestClientAuth.test_copy_db. --- test/test_auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_auth.py b/test/test_auth.py index 3926de61d..ed5753c90 100644 --- a/test/test_auth.py +++ b/test/test_auth.py @@ -512,6 +512,7 @@ class TestClientAuth(unittest.TestCase): authed_client.admin.add_user("admin", "password") c.admin.authenticate("admin", "password") + c.drop_database("pymongo_test") c.drop_database("pymongo_test1") c.pymongo_test.test.insert({"foo": "bar"})