aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/tests/test_basic_auth.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_basic_auth.py b/mediagoblin/tests/test_basic_auth.py
index 45deab7c..828f0515 100644
--- a/mediagoblin/tests/test_basic_auth.py
+++ b/mediagoblin/tests/test_basic_auth.py
@@ -66,7 +66,9 @@ def test_bcrypt_gen_password_hash():
def test_change_password(test_app):
"""Test changing password correctly and incorrectly"""
- test_user = fixture_add_user(password=u'toast')
+ test_user = fixture_add_user(
+ password=u'toast',
+ privileges=[u'active'])
test_app.post(
'/auth/login/', {