A more reliable test, check against expected keys, rather than received
[mediagoblin.git] / mediagoblin / tests / test_collections.py
index 42f0cc4c9b1012279c124b2103758479159cdcd9..87782f307ca84038425eecc2921c24b3ce1ef919 100644 (file)
@@ -17,9 +17,6 @@
 from mediagoblin.tests.tools import fixture_add_collection, fixture_add_user
 from mediagoblin.db.models import Collection, User
 
-from mediagoblin.tools.testing import _activate_testing
-_activate_testing()
-
 
 def test_user_deletes_collection(test_app):
     # Setup db.