Skip to content

Commit

Permalink
EMA-145 - Security findings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyi committed Mar 19, 2024
1 parent 982376f commit 973f298
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev/testv2/products/list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,12 @@ describe('Products endpoint', function () {
originalPrice = configurableProduct.store_data.find((data) => data.store_id !== 0).price;

await setPriceForEntityId(entityIdUsed, 0, this.db, this.magentoEdition);
await this.reindex();

try {
await this.reindex();
} catch (e) {
console.log(e);
}
});

after(async function () {
Expand Down

0 comments on commit 973f298

Please sign in to comment.