Commit dbc0803f by Kevin Falcone

Quality fix (team isn't used)

parent 0f789892
......@@ -851,7 +851,7 @@ class BrowseTeamsWithinTopicTest(TeamsTabBase):
When I visit the Teams page for a topic, with a team name containing JS code
Then I should not see any alerts
"""
team = self.post_team_data({
self.post_team_data({
'course_id': self.course_id,
'topic_id': self.topic['id'],
'name': '<script>alert("XSS")</script>',
......
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