Skip to content

Commit 45da7fc

Browse files
ISSUE #85
1 parent b2b0a84 commit 45da7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api_gateway/test_rest/test_authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async def test_auth_headers_3(self):
120120

121121
@unittest_run_loop
122122
async def test_default_auth_headers(self):
123-
url = "/auth"
123+
url = "/auth/token"
124124
headers = {"Authorization": "Bearer credential-token-test"}
125125

126126
response = await self.client.request("POST", url, headers=headers)

0 commit comments

Comments
 (0)