We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdaf0d commit d284c56Copy full SHA for d284c56
1 file changed
ietf/secr/meetings/tests.py
@@ -298,7 +298,6 @@ def test_meetings_nonsession_add_valid(self):
298
'group':group.pk,
299
'location': room.pk,
300
})
301
- print response.content
302
self.assertRedirects(response, url)
303
session = Session.objects.filter(meeting=meeting, name='Testing').first()
304
self.assertTrue(session)
0 commit comments