Skip to content

Commit 8d445a4

Browse files
committed
remove unnecessary test
1 parent bd11506 commit 8d445a4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

gitea/gitea_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ func TestBadRequests(t *testing.T) {
7979
"X-Gitea-Event": []string{"push"},
8080
},
8181
},
82-
{
83-
name: "TokenMismatch",
84-
event: PushEvent,
85-
payload: bytes.NewBuffer([]byte("{}")),
86-
headers: http.Header{
87-
"X-Gitea-Event": []string{"push"},
88-
},
89-
},
9082
}
9183

9284
for _, tt := range tests {

0 commit comments

Comments
 (0)