Removed a print statement from a test.
- Legacy-Id: 15758
This commit is contained in:
parent
3fdaf0d572
commit
d284c56ed5
|
@ -298,7 +298,6 @@ class SecrMeetingTestCase(TestCase):
|
|||
'group':group.pk,
|
||||
'location': room.pk,
|
||||
})
|
||||
print response.content
|
||||
self.assertRedirects(response, url)
|
||||
session = Session.objects.filter(meeting=meeting, name='Testing').first()
|
||||
self.assertTrue(session)
|
||||
|
|
Loading…
Reference in a new issue