Linting + fix tests

This commit is contained in:
zandercymatics 2023-11-22 14:00:06 -07:00
parent 1d70c5058a
commit bcf5c6bc5b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 9 additions and 4 deletions

View file

@ -111,6 +111,8 @@ class TestURLAuth(TestCase):
"/openid/callback/login/",
"/openid/callback/logout/",
"/api/v1/available/whitehouse.gov",
"/api/v1/get-report/current-federal",
"/api/v1/get-report/current-full"
]
def assertURLIsProtectedByAuth(self, url):