Fix migrations, PR suggestions

This commit is contained in:
zandercymatics 2024-04-26 08:07:50 -06:00
parent 2fff3022ea
commit d9408076b1
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 10 additions and 7 deletions

View file

@ -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()