Merged in [15648] from rjsparks@nostrum.com:
Use only ietf meetings for testing editing timeslots. - Legacy-Id: 15649 Note: SVN reference [15648] has been migrated to Git commit e981e8c7b8f0bf80c9c536c4c7288e38d0b48f95
This commit is contained in:
parent
d3f0a4ae8c
commit
6befbfd149
|
@ -666,7 +666,7 @@ class EditTests(TestCase):
|
|||
self.assertTrue(meeting.room_set.all().first().name in unicontent(r))
|
||||
|
||||
def test_edit_timeslot_type(self):
|
||||
timeslot = TimeSlotFactory()
|
||||
timeslot = TimeSlotFactory(meeting__type_id='ietf')
|
||||
url = urlreverse('ietf.meeting.views.edit_timeslot_type', kwargs=dict(num=timeslot.meeting.number,slot_id=timeslot.id))
|
||||
login_testing_unauthorized(self,"secretary",url)
|
||||
r = self.client.get(url)
|
||||
|
|
Loading…
Reference in a new issue