Skip to content

Commit ee81f21

Browse files
author
Aleksey Andreyanov
committed
Add correct X-Hub-Signature for PullRequestEvent test
1 parent 9a9f42e commit ee81f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/github_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ func TestWebhooks(t *testing.T) {
420420
filename: "../testdata/github/pull-request.json",
421421
headers: http.Header{
422422
"X-Github-Event": []string{"pull_request"},
423-
"X-Hub-Signature": []string{"sha1=35712c8d2bc197b7d07621dcf20d2fb44620508f"},
423+
"X-Hub-Signature": []string{"sha1=88972f972db301178aa13dafaf112d26416a15e6"},
424424
},
425425
},
426426
{

0 commit comments

Comments
 (0)