Merge branch 'main' into dk/763-two-dots-availability

This commit is contained in:
David Kennedy 2023-12-07 12:40:15 -05:00
commit 1e4dc028c3
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
58 changed files with 2190 additions and 137 deletions

View file

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