diff --git a/__tests__/exempt-draft-pr.spec.ts b/__tests__/exempt-draft-pr.spec.ts index f96f9adb0..7291f5a06 100644 --- a/__tests__/exempt-draft-pr.spec.ts +++ b/__tests__/exempt-draft-pr.spec.ts @@ -130,7 +130,8 @@ class IssuesProcessorBuilder { number: 0, draft: true, head: { - ref: 'ref' + ref: 'ref', + repo: null } }); }