Skip to content

Commit

Permalink
#29498 Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgambarios committed Oct 24, 2024
1 parent a757bb0 commit 7aa91f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
"// Check if cancellation message is returned",
"var jsonData = pm.response.json();",
"pm.test(\"Job cancelled successfully\", function () {",
" pm.expect(jsonData.entity).to.equal('Job cancelled successfully');",
" pm.expect(jsonData.entity).to.include('Cancellation request successfully sent to job');",
"});",
"",
"var jobId = pm.collectionVariables.get(\"jobId\");",
Expand Down

0 comments on commit 7aa91f9

Please sign in to comment.