diff options
Diffstat (limited to 'tests/test_websupport.py')
-rw-r--r-- | tests/test_websupport.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_websupport.py b/tests/test_websupport.py index bded050d3..5fe3cb0ca 100644 --- a/tests/test_websupport.py +++ b/tests/test_websupport.py @@ -161,8 +161,8 @@ def test_moderation(support): session.close() accepted = support.add_comment('Accepted Comment', node_id=node.id, displayed=False) - deleted = support.add_comment('Comment to delete', node_id=node.id, - displayed=False) + deleted = support.add_comment('Comment to delete', node_id=node.id, + displayed=False) # Make sure the moderation_callback is called. assert called # Make sure the user must be a moderator. |