Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Jul 13, 2023
1 parent e765a00 commit 815ab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/api/tests/viewsets/test_project_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3187,7 +3187,7 @@ def test_only_pending_allowed(self, mock_send_mail):
self.assertEqual(response.status_code, 400)

def test_user_unregistered(self, mock_send_mail):
"""Email cannot be updated to that of an unregistered user"""
"""Email cannot be updated to that of an existing user"""
alice_data = {"username": "alice", "email": "[email protected]"}
self._create_user_profile(alice_data)
post_data = {
Expand Down

0 comments on commit 815ab2f

Please sign in to comment.