Skip to content

Commit 524ca87

Browse files
committed
update token
1 parent 9c4a4f6 commit 524ca87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/idp-sql/test/e2e_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def test_end_to_end(jwt_token: str, deployed_service: str) -> None:
207207
client.mount("https://", adapter)
208208

209209
# Can successfully make a request
210-
response = client.get(service_url)
210+
response = client.get(service_url, headers={"Authorization": f"Bearer {token}"})
211211
assert response.status_code == 200
212212

213213
# Can make post with token

0 commit comments

Comments
 (0)