We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda847d commit f3cd588Copy full SHA for f3cd588
1 file changed
packages/blocks/aws-athena/test/athena-query-action.test.ts
@@ -1,6 +1,6 @@
1
const openopsCommonMock = {
2
...jest.requireActual('@openops/common'),
3
- getCredentialsForaccounts: jest.fn(),
+ getCredentialsForAccount: jest.fn(),
4
runAndWaitForQueryResult: jest.fn(),
5
};
6
0 commit comments