diff options
author | Derek Moore <derek.k.moore@gmail.com> | 2012-03-15 16:38:56 -0700 |
---|---|---|
committer | Derek Moore <derek.k.moore@gmail.com> | 2012-03-15 16:38:56 -0700 |
commit | 252eaf21d5784936ca65ae8faba07db2d786fb31 (patch) | |
tree | 28cff9ee29810efde7b706eaa0fb73a73b9fb9f9 /mediagoblin/tests/test_edit.py | |
parent | 20a3e278bc237a4e23606cc2fc2f800f6a8dbc25 (diff) | |
download | mediagoblin-252eaf21d5784936ca65ae8faba07db2d786fb31.tar.lz mediagoblin-252eaf21d5784936ca65ae8faba07db2d786fb31.tar.xz mediagoblin-252eaf21d5784936ca65ae8faba07db2d786fb31.zip |
These are changes for issue #405, add email comment notification.
Diffstat (limited to 'mediagoblin/tests/test_edit.py')
-rw-r--r-- | mediagoblin/tests/test_edit.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/tests/test_edit.py b/mediagoblin/tests/test_edit.py index 398a5d25..6c4020da 100644 --- a/mediagoblin/tests/test_edit.py +++ b/mediagoblin/tests/test_edit.py @@ -37,6 +37,7 @@ def test_change_password(test_app): '/edit/account/', { 'old_password': 'toast', 'new_password': '123456', + 'wants_comment_notification': 'y' }) # test_user has to be fetched again in order to have the current values |