From a337e82062016e8fd2138d0e7c1c995d39b9a44a Mon Sep 17 00:00:00 2001 From: Tinashe <70011086+tinashechiraya@users.noreply.github.com> Date: Tue, 21 May 2024 15:53:29 +0200 Subject: [PATCH] patch: fix failing test --- django_project/minisass_authentication/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_project/minisass_authentication/tests/test_views.py b/django_project/minisass_authentication/tests/test_views.py index 7e572cb3e..4314cd148 100644 --- a/django_project/minisass_authentication/tests/test_views.py +++ b/django_project/minisass_authentication/tests/test_views.py @@ -346,7 +346,7 @@ def test_check_is_expert(self): 'organisation_name': '', 'country': None, 'is_expert': False, - 'is_profile_updated': True, + 'is_password_enforced': True, 'expert_approval_status': 'REJECTED', 'certificate': None, 'user': self.user.id,