We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125905a commit 255e595Copy full SHA for 255e595
test/failover.test.ts
@@ -79,7 +79,7 @@ describe("failover", function () {
79
mockAppConfigurationClientListConfigurationSettingsWithFailure();
80
81
const connectionString = createMockedConnectionString();
82
- return expect(load(connectionString)).eventually.rejectedWith("Failed to get configuration settings from endpoint.");
+ return expect(load(connectionString)).eventually.rejectedWith("All clients failed to get configuration settings.");
83
});
84
85
it("should validate endpoint", () => {
0 commit comments