aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_auth.py
diff options
context:
space:
mode:
authorBoris Bobrov <breton@cynicmansion.ru>2017-11-11 16:05:43 +0300
committerBoris Bobrov <breton@cynicmansion.ru>2017-11-11 16:05:43 +0300
commita63d628f594f115b3fbe61590ccc2a8962a36d8a (patch)
treef56438f25838a5a7b83b6c0abe6c8fb3c9be6f6a /mediagoblin/tests/test_auth.py
parent6c981dd5414cb4b6461034ad041b5f593533fbf2 (diff)
parent807f96d5c466ceae41e66626b99f5f8d1a0c3b28 (diff)
downloadmediagoblin-a63d628f594f115b3fbe61590ccc2a8962a36d8a.tar.lz
mediagoblin-a63d628f594f115b3fbe61590ccc2a8962a36d8a.tar.xz
mediagoblin-a63d628f594f115b3fbe61590ccc2a8962a36d8a.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/mediagoblin
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 618d02b6..9cf5ccb0 100644
--- a/mediagoblin/tests/test_auth.py
+++ b/mediagoblin/tests/test_auth.py
@@ -101,7 +101,7 @@ def test_register_views(test_app):
'password': 'iamsohappy',
'email': 'easter@egg.com'})
- ## At this point there should on user in the database
+ ## At this point there should be one user in the database
assert User.query.count() == 1
# Successful register