From 53a924947c6f7d9b5d77d30785628e7fefe945a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lud=C4=9Bk=20Nov=C3=BD?= <13610612+ludeknovy@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:36:26 +0200 Subject: [PATCH] test fix --- src/tests/integration/items.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/integration/items.spec.ts b/src/tests/integration/items.spec.ts index dfad290e..19973e10 100644 --- a/src/tests/integration/items.spec.ts +++ b/src/tests/integration/items.spec.ts @@ -50,7 +50,7 @@ describe("Items", () => { .post(`/api/projects/test-project/scenarios/test-scenario/items/${itemId}/stop-async`) .set(__tokenHeaderKey__, token) .set("Accept", "application/json") - .send({ environment: "test" }) + .send({ status: "1" }) .expect(StatusCode.Ok) }) it("should return 404 when project does not exist", async () => {