Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed Dec 18, 2024
1 parent 04eb6b8 commit 4091d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchci/test/labelCommands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ describe("label-bot", () => {
.reply(200, existingRepoLabelsResponse)
.post(`/repos/${owner}/${repo}/issues/${pr_number}/comments`, (body) => {
expect(JSON.stringify(body)).toContain(
`{"body":"Can't add following labels to PR: ciflow/trunk`
`{"body":"To add these label(s) (ciflow/trunk`
);
return true;
})
Expand Down

0 comments on commit 4091d99

Please sign in to comment.