mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 22:18:37 +00:00
Update go-github library
This commit is contained in:
16
vendor/github.com/google/go-github/github/messages_test.go
generated
vendored
16
vendor/github.com/google/go-github/github/messages_test.go
generated
vendored
@@ -161,6 +161,14 @@ func TestParseWebHook(t *testing.T) {
|
||||
payload interface{}
|
||||
messageType string
|
||||
}{
|
||||
{
|
||||
payload: &CheckRunEvent{},
|
||||
messageType: "check_run",
|
||||
},
|
||||
{
|
||||
payload: &CheckSuiteEvent{},
|
||||
messageType: "check_suite",
|
||||
},
|
||||
{
|
||||
payload: &CommitCommentEvent{},
|
||||
messageType: "commit_comment",
|
||||
@@ -210,6 +218,10 @@ func TestParseWebHook(t *testing.T) {
|
||||
payload: &LabelEvent{},
|
||||
messageType: "label",
|
||||
},
|
||||
{
|
||||
payload: &MarketplacePurchaseEvent{},
|
||||
messageType: "marketplace_purchase",
|
||||
},
|
||||
{
|
||||
payload: &MemberEvent{},
|
||||
messageType: "member",
|
||||
@@ -278,6 +290,10 @@ func TestParseWebHook(t *testing.T) {
|
||||
payload: &RepositoryEvent{},
|
||||
messageType: "repository",
|
||||
},
|
||||
{
|
||||
payload: &RepositoryVulnerabilityAlertEvent{},
|
||||
messageType: "repository_vulnerability_alert",
|
||||
},
|
||||
{
|
||||
payload: &StatusEvent{},
|
||||
messageType: "status",
|
||||
|
||||
Reference in New Issue
Block a user