File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def test_email_unverified_to_verified_and_back(self):
55
55
self .assertEqual (getattr (user , self .email_verified_field_name ), False )
56
56
57
57
# Verify
58
- callback_response = self .client .post (self .callback_url )
58
+ callback_response = self .client .post (self .verify_url )
59
59
self .assertEqual (callback_response .status_code , status .HTTP_200_OK )
60
60
61
61
# Refresh User
@@ -128,7 +128,7 @@ def test_mobile_unverified_to_verified_and_back(self):
128
128
self .assertEqual (getattr (user , self .mobile_verified_field_name ), False )
129
129
130
130
# Verify
131
- callback_response = self .client .post (self .callback_url )
131
+ callback_response = self .client .post (self .verify_url )
132
132
self .assertEqual (callback_response .status_code , status .HTTP_200_OK )
133
133
134
134
# Refresh User
You can’t perform that action at this time.
0 commit comments