Skip to content

Commit

Permalink
hardcode endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaa committed Apr 22, 2024
1 parent 14b886a commit ec0e3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/account/kmsToAccount.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("kmsAccount", () => {

beforeEach(async () => {
const kmsInstance = new KMSClient({
endpoint: process.env.KMS_ENDPOINT,
endpoint: "http://localhost:8080",
region: "local",
credentials: {
accessKeyId: "AKIAXTTRUF7NU7KDMIED",
Expand Down

0 comments on commit ec0e3a3

Please sign in to comment.