Quality fix (team isn't used)

This commit is contained in:
Kevin Falcone
2015-09-17 17:53:11 -04:00
parent 0f78989220
commit dbc0803fc9

View File

@@ -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>',