minor fixes to tests

This commit is contained in:
David Kennedy 2024-02-07 13:21:13 -05:00
parent 2a676260c6
commit d4c47cc365
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ class TestURLAuth(TestCase):
raise AssertionError(
f"GET {url} returned HTTP {code}, but should redirect to login or deny access",
)
def assertURLIsNotProtectedByAuth(self, url):
"""
Make a GET request to the given URL, and ensure that it returns 200.