Skip to content

Commit

Permalink
Merge pull request #1034 from kartoza/fix-failing-test
Browse files Browse the repository at this point in the history
patch: fix failing test
  • Loading branch information
tinashechiraya authored May 21, 2024
2 parents 46c0f35 + a337e82 commit ab0e143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_project/minisass_authentication/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ab0e143

Please sign in to comment.