Modify tests for availability API to return false on error

This commit is contained in:
Erin 2023-10-20 15:57:27 -07:00
parent 9c7bbd31ec
commit c75891ee90
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
3 changed files with 15 additions and 12 deletions

View file

@ -116,6 +116,7 @@ class TestURLAuth(TestCase):
"/openid/callback",
"/openid/callback/login/",
"/openid/callback/logout/",
"/api/v1/available"
]
def assertURLIsProtectedByAuth(self, url):