Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronn committed Jan 24, 2020
1 parent 572eb34 commit a031fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def test_mobile_unverified_to_verified_and_back(self):

# Post callback token back.
verify_token = CallbackToken.objects.filter(user=user, is_active=True).first()
self.assertNotEqual(verify_token, None)
verify_callback_response = self.client.post(self.callback_verify, {'mobile': mobile2, 'token': verify_token.key})
self.assertEqual(verify_callback_response.status_code, status.HTTP_200_OK)

Expand Down

0 comments on commit a031fc4

Please sign in to comment.