mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 00:57:02 +02:00
Linting fix
This commit is contained in:
parent
0e92cd41db
commit
914cab8fc8
3 changed files with 3 additions and 3 deletions
|
@ -307,7 +307,8 @@ class ViewsTest(TestCase):
|
|||
|
||||
@less_console_noise_decorator
|
||||
def test_login_callback_sets_verification_type_grandfathered(self, mock_client):
|
||||
"""Test that openid sets the verification type to grandfathered on a user which exists in our TransitionDomain table"""
|
||||
"""Test that openid sets the verification type to grandfathered
|
||||
on a user which exists in our TransitionDomain table"""
|
||||
# SETUP
|
||||
session = self.client.session
|
||||
session.save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue