mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49:21 +02:00
updated django to 4.2.10 & linted
This commit is contained in:
parent
497d11c67c
commit
1e5f977208
31 changed files with 19 additions and 44 deletions
|
@ -19,7 +19,6 @@ API_BASE_PATH = "/api/v1/available/?domain="
|
|||
|
||||
|
||||
class AvailableViewTest(MockEppLib):
|
||||
|
||||
"""Test that the view function works as expected."""
|
||||
|
||||
def setUp(self):
|
||||
|
@ -123,7 +122,6 @@ class AvailableViewTest(MockEppLib):
|
|||
|
||||
|
||||
class AvailableAPITest(MockEppLib):
|
||||
|
||||
"""Test that the API can be called as expected."""
|
||||
|
||||
def setUp(self):
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Internal API views"""
|
||||
|
||||
from django.apps import apps
|
||||
from django.views.decorators.http import require_http_methods
|
||||
from django.http import HttpResponse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue