Skip to content

Commit 22a4681

Browse files
committed
change github test to adapt
1 parent 5040569 commit 22a4681

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/token_federation/github_oidc_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,9 @@ def test_databricks_connection(
105105
"server_hostname": host,
106106
"http_path": http_path,
107107
"access_token": github_token,
108-
"auth_type": "token-federation",
108+
"use_token_federation": True,
109109
}
110110

111-
# Add identity federation client ID if provided
112111
if identity_federation_client_id:
113112
connection_params[
114113
"identity_federation_client_id"

0 commit comments

Comments
 (0)