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 b985509 commit 7a246d9Copy full SHA for 7a246d9
test/load.test.ts
@@ -322,7 +322,6 @@ describe("load", function () {
322
return expect(loadWithInvalidTagFilter).to.eventually.rejectedWith("Tag filter must follow the format \"tagName=tagValue\"");
323
});
324
325
-
326
it("should override config settings with same key but different label", async () => {
327
const connectionString = createMockedConnectionString();
328
const settings = await load(connectionString, {
0 commit comments