aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_auth.py
diff options
context:
space:
mode:
authorAditi <aditi.iitr@gmail.com>2013-07-04 21:35:22 +0530
committerAditi <aditi.iitr@gmail.com>2013-07-04 21:35:22 +0530
commit7b77f7e490a27de57a4dab5301662ef95d11b213 (patch)
tree9b87d1720e64565e42970bcc24625ff6bfd8fa85 /mediagoblin/tests/test_auth.py
parent2392fbc02bbf6d05d998de5091b8f11f37c101f0 (diff)
parent41a14c6efc1dd9cfc36f1b2eb4cb3f3b34e4d975 (diff)
downloadmediagoblin-7b77f7e490a27de57a4dab5301662ef95d11b213.tar.lz
mediagoblin-7b77f7e490a27de57a4dab5301662ef95d11b213.tar.xz
mediagoblin-7b77f7e490a27de57a4dab5301662ef95d11b213.zip
Merge remote-tracking branch 'cweb/master'
sage aborts Merge branch master of git://gitorious.org/mediagoblin/mediagoblin.git
Diffstat (limited to 'mediagoblin/tests/test_auth.py')
-rw-r--r--mediagoblin/tests/test_auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_auth.py b/mediagoblin/tests/test_auth.py
index f973ebd8..5bd8bf2c 100644
--- a/mediagoblin/tests/test_auth.py
+++ b/mediagoblin/tests/test_auth.py
@@ -14,7 +14,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import urlparse
-import datetime
import pkg_resources
import pytest
@@ -236,6 +235,7 @@ def test_authentication_views(test_app):
# Make a new user
test_user = fixture_add_user(active_user=False)
+
# Get login
# ---------
test_app.get('/auth/login/')