Commit 1a9f8b61 by stv

Fix PEP8: E221 multiple spaces before operator

parent 96ce219d
......@@ -45,7 +45,7 @@ class TestXss(ModuleStoreTestCase):
Build a request with the given action, call the instructor dashboard
view, and check that HTML code in a user's name is properly escaped.
"""
req = self._request_factory.post(
req = self._request_factory.post(
"dummy_url",
data={"action": action}
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment