touched up test_views

This commit is contained in:
David Kennedy 2023-11-24 15:18:40 -05:00
parent 2db1f9e96f
commit ff45177077
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -36,9 +36,7 @@ from registrar.models import (
from registrar.views.application import ApplicationWizard, Step
from .common import less_console_noise
import logging
logger = logging.getLogger(__name__)
class TestViews(TestCase):
def setUp(self):