You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnexpect(load(createMockedConnectionString())).eventually.rejectedWith("Configure keyVaultOptions to resolve Key Vault Reference(s).");
41
43
});
42
44
43
45
it("should resolve key vault reference with credential",async()=>{
@@ -93,7 +95,7 @@ describe("key vault reference", function () {
93
95
]
94
96
}
95
97
});
96
-
expect(loadKeyVaultPromise).eventually.rejected;
98
+
returnexpect(loadKeyVaultPromise).eventually.rejectedWith("No key vault credential or secret resolver callback configured, and no matching secret client could be found.");
97
99
});
98
100
99
101
it("should fallback to use default credential when corresponding secret client not provided",async()=>{
0 commit comments