Skip to content

Commit

Permalink
update resolve case args
Browse files Browse the repository at this point in the history
  • Loading branch information
js-jankisalvi committed Sep 29, 2023
1 parent e63c07f commit b5f2ffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default ({ getService }: FtrProviderContext): void => {
});

it('should resolve a case with no comments', async () => {
const postedCase = await createCase(supertest, getPostCaseRequest());
const postedCase = await createCase(supertest, postCaseReq);
const resolvedCase = await resolveCase({
supertest,
caseId: postedCase.id,
Expand Down

0 comments on commit b5f2ffb

Please sign in to comment.