moving forgot_password views back to gmg/auth and cleanup
[mediagoblin.git] / mediagoblin / tests / test_storage.py
index e5bc00deefe4f56834b301587d5bdbfea124f3a7..f6f1d18f532004b9e4280638fab10e1dfc70554c 100644 (file)
@@ -22,9 +22,6 @@ import pytest
 from werkzeug.utils import secure_filename
 
 from mediagoblin import storage
-from mediagoblin.tools.testing import _activate_testing
-
-_activate_testing()
 
 
 ################