Skip to content

Commit a8bfcf0

Browse files
committed
Fix unit test
1 parent 4a81e04 commit a8bfcf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entraid/src/test/java/redis/clients/authentication/EntraIDUnitTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ public void renewalTimingConfigTest() {
554554
int maxAttemptsToRetry = 6;
555555
int tokenRequestExecTimeoutInMs = 401;
556556
TokenAuthConfig tokenAuthConfig = EntraIDTokenAuthConfigBuilder.builder()
557+
.clientId("testClientId").secret("testSecret")
557558
.expirationRefreshRatio(refreshRatio).delayInMsToRetry(delayInMsToRetry)
558559
.lowerRefreshBoundMillis(lowerRefreshBoundMillis)
559560
.maxAttemptsToRetry(maxAttemptsToRetry)

0 commit comments

Comments
 (0)