mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 10:29:23 +02:00
formatted for code readability
This commit is contained in:
parent
8e3c821aa0
commit
bb9fe819d7
4 changed files with 2 additions and 4 deletions
|
@ -1589,7 +1589,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
||||||
"is_policy_acknowledged",
|
"is_policy_acknowledged",
|
||||||
"cisa_representative_first_name",
|
"cisa_representative_first_name",
|
||||||
"cisa_representative_last_name",
|
"cisa_representative_last_name",
|
||||||
"cisa_representative_email"
|
"cisa_representative_email",
|
||||||
]
|
]
|
||||||
self.assertEqual(readonly_fields, expected_fields)
|
self.assertEqual(readonly_fields, expected_fields)
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,6 @@ from django.core.management import call_command
|
||||||
from unittest.mock import MagicMock, call, mock_open, patch
|
from unittest.mock import MagicMock, call, mock_open, patch
|
||||||
from api.views import get_current_federal, get_current_full
|
from api.views import get_current_federal, get_current_full
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.test import RequestFactory
|
|
||||||
from botocore.exceptions import ClientError
|
from botocore.exceptions import ClientError
|
||||||
import boto3_mocking
|
import boto3_mocking
|
||||||
from registrar.utility.s3_bucket import S3ClientError, S3ClientErrorCodes # type: ignore
|
from registrar.utility.s3_bucket import S3ClientError, S3ClientErrorCodes # type: ignore
|
||||||
|
|
|
@ -10,7 +10,6 @@ from registrar.models import (
|
||||||
User,
|
User,
|
||||||
)
|
)
|
||||||
from .common import create_test_user
|
from .common import create_test_user
|
||||||
from .test_views import TestWithUser
|
|
||||||
from waffle.testutils import override_flag
|
from waffle.testutils import override_flag
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue