Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test name.
  • Loading branch information
aavasthy committed Aug 1, 2025
commit e4b97f6e93b4e941ed5a6c692dd3f7559f66db6d
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public void createAadTokenCredential() throws InterruptedException {
}

@Test(groups = { "emulator" }, timeOut = 10 * TIMEOUT)
public void testAadScopeOverride_EmulatorStyleSetup() throws Exception {
public void testAadScopeOverride() throws Exception {
CosmosAsyncClient setupClient = null;
CosmosAsyncClient aadClient = null;
String containerName = UUID.randomUUID().toString();
Expand Down