mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 09:07:02 +02:00
Fix migrations, PR suggestions
This commit is contained in:
parent
2fff3022ea
commit
d9408076b1
4 changed files with 10 additions and 7 deletions
|
@ -241,7 +241,10 @@ class ViewsTest(TestCase):
|
|||
|
||||
@less_console_noise_decorator
|
||||
def test_login_callback_sets_verification_type_regular(self, mock_client):
|
||||
"""Test that openid sets the verification type to regular on the returned user"""
|
||||
"""
|
||||
Test that openid sets the verification type to regular on the returned user.
|
||||
Regular, in this context, means that this user was "Verifed by Login.gov"
|
||||
"""
|
||||
# SETUP
|
||||
session = self.client.session
|
||||
session.save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue