Skip to content

Commit

Permalink
fix: IT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dzehnder committed Nov 28, 2024
1 parent dc760e9 commit e9b8e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/spacecat-shared-data-access/test/it/v2/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@ describe('Opportunity & Suggestion IT', function () {
delete record.gsi1sk;
delete record.gsi2pk;
delete record.gsi2sk;
delete record.gsi3pk;
delete record.gsi3sk;
// eslint-disable-next-line no-underscore-dangle
delete record.__edb_e__;
// eslint-disable-next-line no-underscore-dangle
Expand Down

0 comments on commit e9b8e8d

Please sign in to comment.