Skip to content

Commit 38451bd

Browse files
chore: fix the test for failing to test pre-commit hooks
1 parent 6610888 commit 38451bd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

status-list-mock/test/config/aws.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ describe("getLocalStackAwsClientConfig", () => {
1313

1414
expect(config).toEqual({
1515
endpoint: LOCALSTACK_ENDPOINT,
16-
credentials: {},
16+
credentials: {
17+
accessKeyId: "test",
18+
secretAccessKey: "test",
19+
},
1720
region: AWS_REGION,
1821
});
1922
});

0 commit comments

Comments
 (0)