diff --git a/src/tests/integration/items.spec.ts b/src/tests/integration/items.spec.ts index 19973e10..5936c735 100644 --- a/src/tests/integration/items.spec.ts +++ b/src/tests/integration/items.spec.ts @@ -59,7 +59,7 @@ describe("Items", () => { .post(`/api/projects/test-project-1/scenarios/test-scenario/items/${itemId}/stop-async`) .set(__tokenHeaderKey__, token) .set("Accept", "application/json") - .send({ environment: "test" }) + .send({ status: "1" }) .expect(StatusCode.NotFound) }) })