Commit 84e4371
committed
Fix test assertion: expect @-prefixed file path instead of file contents
The createPullRequest implementation correctly passes `@${input.bodyFile}`
as the --description argument (using Azure CLI's @file convention). The test
was incorrectly asserting against the file contents instead of the @-prefixed
path string that actually appears in the args array.1 parent 58afff8 commit 84e4371
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments