Skip to content

Commit

Permalink
chore: try to debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-john committed Sep 20, 2024
1 parent 4a10822 commit 69231f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/src/full-sync.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe("Full Sync", () => {

it(`${shoContent} should reject full sync when ps_facebook is not installed`, async () => {
// arrange
const url = `${testConfig.prestashopUrl}/index.php?fc=module&module=ps_eventbus&controller=apiFront&is_e2e=1&shop_content=${shoContent}&limit=5&full=1&job_id=${jobId}`;
const url = `${testConfig.prestashopUrl}/index.php?fc=module&module=ps_eventbus&controller=apiFront&is_e2e=0&shop_content=${shoContent}&limit=5&full=1&job_id=${jobId}`;

const callId = { call_id: Math.random().toString(36).substring(2, 11) };

Expand Down

0 comments on commit 69231f8

Please sign in to comment.