fixed tests

This commit is contained in:
David Kennedy 2023-12-05 15:19:02 -05:00
parent 96714c4eb2
commit 46d3969047
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ from epplibwrapper import (
commands, commands,
) )
API_BASE_PATH = "/api/v1/available/" API_BASE_PATH = "/api/v1/available/?domain="
class AvailableViewTest(MockEppLib): class AvailableViewTest(MockEppLib):

View file

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