Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed Sep 6, 2023
1 parent 53a9249 commit 202162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/integration/items.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
})
Expand Down

0 comments on commit 202162e

Please sign in to comment.