diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-26 01:13:17 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-01-26 01:13:17 +0900 |
commit | cf2061dfaddcc89c1fd1db826e050a6f020a2b57 (patch) | |
tree | dc72f685ab4c528a222dd2028b1a438067c22db7 /tests/test_websupport.py | |
parent | 2c91a5241856759cdc7697f26c99738c21840672 (diff) | |
download | sphinx-git-cf2061dfaddcc89c1fd1db826e050a6f020a2b57.tar.gz |
Fix flake8 violations
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. |