diff options
author | Aditi <aditi.iitr@gmail.com> | 2013-07-04 21:35:22 +0530 |
---|---|---|
committer | Aditi <aditi.iitr@gmail.com> | 2013-07-04 21:35:22 +0530 |
commit | 7b77f7e490a27de57a4dab5301662ef95d11b213 (patch) | |
tree | 9b87d1720e64565e42970bcc24625ff6bfd8fa85 /mediagoblin/tests/test_auth.py | |
parent | 2392fbc02bbf6d05d998de5091b8f11f37c101f0 (diff) | |
parent | 41a14c6efc1dd9cfc36f1b2eb4cb3f3b34e4d975 (diff) | |
download | mediagoblin-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.py | 2 |
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/') |