mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
lint
This commit is contained in:
parent
6c308332b0
commit
a676da486a
2 changed files with 4 additions and 2 deletions
|
@ -409,7 +409,8 @@ class TestDomainApplicationAdmin(TestCase):
|
|||
# Assert that the error message was called with the correct argument
|
||||
mock_warning.assert_called_once_with(
|
||||
request,
|
||||
"Cannot edit an application when its creator has a status of ineligible.",
|
||||
"Cannot edit an application when its creator "
|
||||
+ "has a status of ineligible.",
|
||||
)
|
||||
|
||||
def tearDown(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue