diff --git a/src/api/tests/test_available.py b/src/api/tests/test_available.py index 9de152b06..66f7de13f 100644 --- a/src/api/tests/test_available.py +++ b/src/api/tests/test_available.py @@ -15,7 +15,7 @@ from epplibwrapper import ( commands, ) -API_BASE_PATH = "/api/v1/available/" +API_BASE_PATH = "/api/v1/available/?domain=" class AvailableViewTest(MockEppLib): diff --git a/src/registrar/tests/test_url_auth.py b/src/registrar/tests/test_url_auth.py index fe3116147..4678da487 100644 --- a/src/registrar/tests/test_url_auth.py +++ b/src/registrar/tests/test_url_auth.py @@ -110,7 +110,7 @@ class TestURLAuth(TestCase): "/openid/callback", "/openid/callback/login/", "/openid/callback/logout/", - "/api/v1/available/whitehouse.gov", + "/api/v1/available/", ] def assertURLIsProtectedByAuth(self, url):