Skip to content

Commit

Permalink
feat: fix IT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremney committed Feb 1, 2024
1 parent 5c9d708 commit 3022db7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/spacecat-shared-data-access/docs/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
"TableName": "spacecat-services-site-candidates",
"KeyAttributes": {
"PartitionKey": {
"AttributeName": "baseUrl",
"AttributeName": "baseURL",
"AttributeType": "S"
}
},
Expand Down Expand Up @@ -515,4 +515,4 @@
}
}
]
}
}
2 changes: 2 additions & 0 deletions packages/spacecat-shared-data-access/test/it/db.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ describe('DynamoDB Integration Test', async () => {
let dataAccess;

const NUMBER_OF_SITES = 10;
const NUMBER_OF_SITES_CANDIDATES = 100;
const NUMBER_OF_ORGANIZATIONS = 3;
const NUMBER_OF_AUDITS_PER_TYPE_AND_SITE = 3;

Expand All @@ -119,6 +120,7 @@ describe('DynamoDB Integration Test', async () => {
TEST_DA_CONFIG,
NUMBER_OF_ORGANIZATIONS,
NUMBER_OF_SITES,
NUMBER_OF_SITES_CANDIDATES,
NUMBER_OF_AUDITS_PER_TYPE_AND_SITE,
);

Expand Down

0 comments on commit 3022db7

Please sign in to comment.