def test_schedule_embed(self):
        response = self.client.get(reverse("schedule_embed"))
        self.assertEqual(200, response.status_code)