We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9f42e commit ee81f21Copy full SHA for ee81f21
github/github_test.go
@@ -420,7 +420,7 @@ func TestWebhooks(t *testing.T) {
420
filename: "../testdata/github/pull-request.json",
421
headers: http.Header{
422
"X-Github-Event": []string{"pull_request"},
423
- "X-Hub-Signature": []string{"sha1=35712c8d2bc197b7d07621dcf20d2fb44620508f"},
+ "X-Hub-Signature": []string{"sha1=88972f972db301178aa13dafaf112d26416a15e6"},
424
},
425
426
{
0 commit comments