Skip to content

Commit 01b5a55

Browse files
committed
Update track-sale.test.ts
1 parent 9caa066 commit 01b5a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/tests/tracks/track-sale.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ describe("POST /track/sale", async () => {
108108
...sale,
109109
invoiceId: `INV_${randomId()}`,
110110
amount: randomSaleAmount(),
111-
customerId: E2E_CUSTOMER_ID,
111+
customerId: E2E_CUSTOMER_EXTERNAL_ID,
112112
},
113113
});
114114

0 commit comments

Comments
 (0)