Skip to content

Commit

Permalink
Merge pull request #474 from gsmet/fix-tests-installation
Browse files Browse the repository at this point in the history
Add missing installation for test payloads
  • Loading branch information
gsmet authored Aug 20, 2024
2 parents 480c503 + 7497a87 commit e24f072
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ private static String getSamplePullRequestPayload() {
"sender": {
"login": "TestUser",
"id": 8484741
},
"installation" : {
"id" : 28125889,
"node_id" : "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMjgxMjU4ODk="
}
}
""";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ private static String getSampleIssueLabelTriageBackportPayload() {
},
"sender": {
"login": "test-github-user"
},
"installation" : {
"id" : 28125889,
"node_id" : "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMjgxMjU4ODk="
}
}""";
}
Expand Down

0 comments on commit e24f072

Please sign in to comment.