From aa420a33d06c799264d2a4bbc81a63d04410127c Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:28:14 +0200 Subject: [PATCH] Update disputes.post.spec.ts --- tests/api/disputes/disputes.post.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api/disputes/disputes.post.spec.ts b/tests/api/disputes/disputes.post.spec.ts index 67d56b4..f7683de 100644 --- a/tests/api/disputes/disputes.post.spec.ts +++ b/tests/api/disputes/disputes.post.spec.ts @@ -159,7 +159,7 @@ test.describe("List Disputes @Disputes", async () => { // }); // } - test("Should return disputts list with filter", async ({ + test("Should return disputes list with filter", async ({ request, disputes, }) => {