Skip to content

Commit 255e595

Browse files
committed
update error message in test
1 parent 125905a commit 255e595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/failover.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe("failover", function () {
7979
mockAppConfigurationClientListConfigurationSettingsWithFailure();
8080

8181
const connectionString = createMockedConnectionString();
82-
return expect(load(connectionString)).eventually.rejectedWith("Failed to get configuration settings from endpoint.");
82+
return expect(load(connectionString)).eventually.rejectedWith("All clients failed to get configuration settings.");
8383
});
8484

8585
it("should validate endpoint", () => {

0 commit comments

Comments
 (0)