Skip to content

Commit

Permalink
test(common): kms test uses sdk environment variable (#2759)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaaa authored Apr 29, 2024
1 parent 074ed66 commit 4e66730
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: steps.check_changes.outputs.changes_outside_docs
env:
DATABASE_URL: "postgres://postgres@localhost:5432/postgres"
KMS_ENDPOINT: "http://localhost:8080"
AWS_ENDPOINT_URL: "http://localhost:8080"
run: pnpm test:ci

- name: Generate gas reports
Expand Down
1 change: 0 additions & 1 deletion packages/common/src/account/kms/kmsKeyToAccount.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ describe("kmsKeyToAccount", () => {

beforeAll(async () => {
const client = new KMSClient({
endpoint: process.env.KMS_ENDPOINT,
region: "local",
credentials: {
accessKeyId: "AKIAXTTRUF7NU7KDMIED",
Expand Down

0 comments on commit 4e66730

Please sign in to comment.