Skip to content

Commit

Permalink
fix: connection parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ucatbas committed Sep 27, 2024
1 parent cad800e commit 14ee83d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/grpc-clients.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ describe("clients test", () => {
let client = permify.grpc.newClient({
endpoint: "localhost:3478",
cert: undefined,
pk: undefined,
certChain: undefined,
insecure: true
});

Expand Down Expand Up @@ -57,6 +59,8 @@ describe("clients test", () => {
let client = permify.grpc.newClient({
endpoint: "localhost:3478",
cert: undefined,
pk: undefined,
certChain: undefined,
insecure: true
});

Expand Down

0 comments on commit 14ee83d

Please sign in to comment.