We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae852c commit 20d888cCopy full SHA for 20d888c
gitea/gitea_test.go
@@ -84,7 +84,7 @@ func TestBadRequests(t *testing.T) {
84
event: PushEvent,
85
payload: bytes.NewBuffer([]byte("{}")),
86
headers: http.Header{
87
- "X-Github-Event": []string{"push"},
+ "X-Gitea-Event": []string{"push"},
88
"X-Gitea-Signature": []string{""},
89
},
90
@@ -93,7 +93,7 @@ func TestBadRequests(t *testing.T) {
93
94
95
96
97
"X-Gitea-Signature": []string{"111"},
98
99
0 commit comments