Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Sharma <[email protected]>
  • Loading branch information
shubham1172 committed Mar 6, 2024
1 parent 8ade755 commit f5390c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/grpc/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ describe("grpc/client", () => {
expect(config.items["myconfigkey3"].value == "key3_initialvalue");
});

// todo: enable this once we have a component to test this with.
// todo: enable this once we have a component to test this with.
// Redis does not support metadata, PG and Azure App Config do.
// it("should be able to get the configuration items with metadata", async () => {
// const conf = await client.configuration.get("config-redis", ["myconfigkey1"], {
Expand Down

0 comments on commit f5390c2

Please sign in to comment.