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
secretRefreshIntervalInMs: 59999// less than 60_000 milliseconds
156
156
}
157
157
});
158
-
returnexpect(loadWithInvalidSecretRefreshInterval).eventually.rejectedWith("The key vault secret refresh interval cannot be less than 60000 milliseconds.");
158
+
returnexpect(loadWithInvalidSecretRefreshInterval).eventually.rejectedWith("The Key Vault secret refresh interval cannot be less than 60000 milliseconds.");
159
159
});
160
160
161
161
it("should reload key vault secret when there is no change to key-values",async()=>{
0 commit comments