Skip to content

Commit

Permalink
[#3362] Fix test class
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Nov 16, 2023
1 parent 0cd75c4 commit a6d6282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openforms/appointments/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def test_invalid_auth_value_raises_exception(self):


@freeze_time("2021-07-15T21:15:00Z")
class VerifyChangeAppointmentLinkViewTests(TestCase):
class VerifyChangeAppointmentLinkViewTests(TestCase, FrontendRedirectMixin):
def test_good_token_and_submission_redirect_and_add_submission_to_session(self):
submission = SubmissionFactory.from_components(
completed=True,
Expand Down

0 comments on commit a6d6282

Please sign in to comment.