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 a5a1bc7 commit 572eb34
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 @@ -68,6 +68,7 @@ def test_email_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, {'email': email2, 'token': verify_token.key})
self.assertEqual(verify_callback_response.status_code, status.HTTP_200_OK)

Expand Down

0 comments on commit 572eb34

Please sign in to comment.