diff --git a/ietf/secr/meetings/tests.py b/ietf/secr/meetings/tests.py index bf052abe4..66b7424c6 100644 --- a/ietf/secr/meetings/tests.py +++ b/ietf/secr/meetings/tests.py @@ -392,6 +392,7 @@ class SecrMeetingTestCase(TestCase): 'remote_instructions': 'http://webex.com/foobar', }) self.assertRedirects(response, redirect_url) + session = Session.objects.get(pk=session.pk) # get a clean instance to avoid cache problems timeslot = session.official_timeslotassignment().timeslot self.assertEqual(timeslot.time, new_time)