Skip to content

Commit 1eccf22

Browse files
committed
Update prose tests to remove refresh token, principal-request
1 parent 951cb99 commit 1eccf22

File tree

2 files changed

+49
-179
lines changed

2 files changed

+49
-179
lines changed

driver-reactive-streams/src/test/functional/com/mongodb/internal/connection/OidcAuthenticationAsyncProseTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void testNonblockingCallbacks() {
4444
int simulatedDelayMs = 100;
4545
TestCallback requestCallback = createCallback().setDelayMs(simulatedDelayMs);
4646

47-
MongoClientSettings clientSettings = createSettings(OIDC_URL, requestCallback);
47+
MongoClientSettings clientSettings = createSettings(getOidcUri(), requestCallback);
4848

4949
try (com.mongodb.reactivestreams.client.MongoClient client = MongoClients.create(clientSettings)) {
5050
executeAll(2, () -> {

0 commit comments

Comments
 (0)