Skip to content

Commit 40522cc

Browse files
fix test
1 parent b01771f commit 40522cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/blocks/aws-athena/test/athena-query-action.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('runAthenaQueryAction tests', () => {
2525

2626
test('should create action with correct properties', () => {
2727
expect(runAthenaQueryAction.props).toMatchObject({
28-
accounts: {
28+
account: {
2929
type: 'DYNAMIC',
3030
},
3131
region: {
@@ -76,7 +76,7 @@ describe('runAthenaQueryAction tests', () => {
7676
...jest.requireActual('@openops/blocks-framework'),
7777
auth: auth,
7878
propsValue: {
79-
accounts: { accounts: ['some-account-id'] },
79+
account: { accounts: ['some-account-id'] },
8080
query: 'some query',
8181
database: 'some database',
8282
outputBucket: 'some outputBucket',
@@ -136,7 +136,7 @@ describe('runAthenaQueryAction tests', () => {
136136
...jest.requireActual('@openops/blocks-framework'),
137137
auth: auth,
138138
propsValue: {
139-
accounts: { accounts: ['some-account-id'] },
139+
account: { accounts: ['some-account-id'] },
140140
region: 'some region',
141141
query: 'some query',
142142
database: 'some database',

0 commit comments

Comments
 (0)