mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-30 21:13:16 +02:00
Fix linting errors
This commit is contained in:
parent
15b16583cd
commit
a30ed4725a
3 changed files with 6 additions and 7 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue