diff --git a/corehq/apps/registration/tests/test_views.py b/corehq/apps/registration/tests/test_views.py index bcd26d710dbf..89a9ee3b0ffc 100644 --- a/corehq/apps/registration/tests/test_views.py +++ b/corehq/apps/registration/tests/test_views.py @@ -30,6 +30,10 @@ def setUp(self): self.client.force_login(self.user.get_django_user()) self.client.defaults.update({'plan': DefaultProductPlan.get_default_plan_version()}) + def tearDown(self): + SelfSignupWorkflow.get_in_progress_for_domain.reset_cache(self.domain.name) + super().tearDown() + def create_registration_request(self, guid): reg_request = RegistrationRequest.objects.create( request_time=datetime.now(),