Skip to content
Prev Previous commit
Next Next commit
add  in test
  • Loading branch information
XiaofeiCao committed Nov 26, 2024
commit 0bc6f5bbb596f383fd4d8f3647ec6cae4c4a17b3
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public void testFromAzureCloud() {
// exception when initializing using custom AzureCloud
Assertions.assertThrows(IllegalArgumentException.class, () -> new AzureProfile(AzureCloud.fromString("Custom")));

@Deprecated
AzureProfile customEnvironment = new AzureProfile(new AzureEnvironment(new HashMap<>()));
}
}
Loading