Skip to content

Commit

Permalink
chore: remove unintended whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Jul 23, 2023
1 parent 0ee4d78 commit e67770c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ietf/meeting/tests_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6333,7 +6333,6 @@ def test_propose_session_slides(self):
self.assertEqual(session.slidesubmission_set.count(),1)
self.assertEqual(len(outbox),1)


r = self.client.get(session_overview_url)
self.assertEqual(r.status_code, 200)
q = PyQuery(r.content)
Expand Down

0 comments on commit e67770c

Please sign in to comment.