Fix linting errors

This commit is contained in:
Erin 2023-10-20 16:15:03 -07:00
parent 15b16583cd
commit a30ed4725a
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
3 changed files with 6 additions and 7 deletions

View file

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