try to make python tests pass

This commit is contained in:
Neil Martinsen-Burrell 2023-06-05 14:51:21 -05:00
parent 0254d879e4
commit 816c6c8c90
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -112,6 +112,7 @@ class TestURLAuth(TestCase):
# These are the OIDC auth endpoints that always need
# to be public.
"/openid/login/",
"/openid/logout/",
"/openid/callback",
"/openid/callback/login/",
"/openid/callback/logout/",