Skip to content

Commit

Permalink
Fixed expected path according to code change as it is instanceId that…
Browse files Browse the repository at this point in the history
… will make the number of policies handled not ResourceId
  • Loading branch information
lovoll committed Dec 10, 2024
1 parent 50df20f commit 0fb23e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ tests {
assert.equal(data.status, 400, 'error response httpstatus is incorect');

assert.equal(data.validationErrors[0].code,'AM.VLD-00005', 'Incorect error code');
assert.equal(data.validationErrors[0].paths[0], 'ResourceId', 'Incorect path');
assert.equal(data.validationErrors[0].paths[0], 'InstanceId', 'Incorect path');

});
}

0 comments on commit 0fb23e8

Please sign in to comment.