This commit is contained in:
SimonFJ20 2025-03-14 13:41:48 +01:00
parent c49f0c05d2
commit c8808392e4

View File

@ -70,9 +70,6 @@ async function testCarts(t: Deno.TestContext, token: string) {
items: [
{ product_id: 1, amount: 2 },
{ product_id: 2, amount: 5 },
{ product_id: 2, amount: 5 },
{ product_id: 2, amount: 5 },
{ product_id: 2, amount: 5 },
],
},
{ "Session-Token": token },