From 252eaf21d5784936ca65ae8faba07db2d786fb31 Mon Sep 17 00:00:00 2001 From: Derek Moore Date: Thu, 15 Mar 2012 16:38:56 -0700 Subject: These are changes for issue #405, add email comment notification. --- mediagoblin/tests/test_edit.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mediagoblin/tests') 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 -- cgit v1.2.3