Fix linter

This commit is contained in:
zandercymatics 2023-12-14 12:49:43 -07:00
parent ceec0a1efd
commit b04e3f679b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -1,5 +1,5 @@
from unittest import skip from unittest import skip
from unittest.mock import MagicMock, ANY, patch from unittest.mock import MagicMock, patch
from django.conf import settings from django.conf import settings
from django.test import Client, TestCase from django.test import Client, TestCase
@ -1423,15 +1423,15 @@ class TestDomainManagers(TestDomainOverview):
"Text": { "Text": {
"Data": "\nHi.\n\nFirst Last has added you as a manager on igorville.gov.\n\n" "Data": "\nHi.\n\nFirst Last has added you as a manager on igorville.gov.\n\n"
"YOU NEED A LOGIN.GOV ACCOUNT\nYoull need a Login.gov account to manage your .gov domain. " "YOU NEED A LOGIN.GOV ACCOUNT\nYoull need a Login.gov account to manage your .gov domain. "
"Login.gov provides\na simple and secure process for signing into many government services with " "Login.gov provides\na simple and secure process for signing into many government services with"
"one\naccount. If you dont already have one, follow these steps to create your\nLogin.gov " " one\naccount. If you dont already have one, follow these steps to create your\nLogin.gov "
"account <https://login.gov/help/get-started/create-your-account/>.\n\nDOMAIN MANAGEMENT\nAs a " "account <https://login.gov/help/get-started/create-your-account/>.\n\nDOMAIN MANAGEMENT\nAs a "
".gov domain manager you can add or update information about your domain.\nYoull also serve as " ".gov domain manager you can add or update information about your domain.\nYoull also serve as"
"a contact for your .gov domain. Please keep your contact\ninformation updated. " " a contact for your .gov domain. Please keep your contact\ninformation updated. "
"Learn more about domain management <https://get.gov/help/>.\n\nSOMETHING WRONG?\nIf youre not " " Learn more about domain management <https://get.gov/help/>.\n\nSOMETHING WRONG?\nIf youre not"
"affiliated with igorville.gov or think you received this\nmessage in error, contact the " "affiliated with igorville.gov or think you received this\nmessage in error, contact the "
".gov team <https://get.gov/help/#contact-us>.\n\n\nTHANK YOU\n\n.Gov helps the public identify " ".gov team <https://get.gov/help/#contact-us>.\n\n\nTHANK YOU\n\n.Gov helps the public identify"
"official, trusted information. " " official, trusted information. "
"Thank you for\nusing a .gov domain.\n\n-------------------------------------------------------" "Thank you for\nusing a .gov domain.\n\n-------------------------------------------------------"
"---------\n\nThe .gov team\nContact us: <https://get.gov/contact/>\nVisit <https://get.gov>\n" "---------\n\nThe .gov team\nContact us: <https://get.gov/contact/>\nVisit <https://get.gov>\n"
} }