Skip to content

Commit a229e8c

Browse files
committed
Fix tests
1 parent ef83db2 commit a229e8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

databricks-sdk-java/src/test/java/com/databricks/sdk/core/oauth/ExternalBrowserCredentialsProviderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ void clientAndConsentTest() throws IOException {
4949
.withClientId(config.getClientId())
5050
.withClientSecret(config.getClientSecret())
5151
.withHost(config.getHost())
52+
.withOpenIDConnectEndpoints(config.getOidcEndpoints())
5253
.withRedirectUrl(config.getEffectiveOAuthRedirectUrl())
5354
.withScopes(config.getScopes())
5455
.build();
@@ -94,6 +95,7 @@ void clientAndConsentTestWithCustomRedirectUrl() throws IOException {
9495
.withClientId(config.getClientId())
9596
.withClientSecret(config.getClientSecret())
9697
.withHost(config.getHost())
98+
.withOpenIDConnectEndpoints(config.getOidcEndpoints())
9799
.withRedirectUrl(config.getEffectiveOAuthRedirectUrl())
98100
.withScopes(config.getScopes())
99101
.build();

0 commit comments

Comments
 (0)