Merge branch 'master' of git.sv.gnu.org:/srv/git/mediagoblin

This commit is contained in:
Boris Bobrov 2017-11-11 16:05:43 +03:00
commit a63d628f59
2 changed files with 1 additions and 1 deletions

View File

@ -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