@@ -240,7 +240,7 @@ func TestWebhooks(t *testing.T) {
240
240
filename : "../testdata/github/installation.json" ,
241
241
headers : http.Header {
242
242
"X-Github-Event" : []string {"installation" },
243
- "X-Hub-Signature" : []string {"sha1=2058cf6cc28570710afbc638e669f5c67305a2db " },
243
+ "X-Hub-Signature" : []string {"sha1=2bcb4ad96133ce2dd6d140fad7a80a2b14407f7f " },
244
244
},
245
245
},
246
246
{
@@ -250,7 +250,7 @@ func TestWebhooks(t *testing.T) {
250
250
filename : "../testdata/github/installation-repositories.json" ,
251
251
headers : http.Header {
252
252
"X-Github-Event" : []string {"installation_repositories" },
253
- "X-Hub-Signature" : []string {"sha1=c587fbd9dd169db8ae592b3bcc80b08e2e6f4f45 " },
253
+ "X-Hub-Signature" : []string {"sha1=997680ef1e6f4a6b6595f5fa70b82989f505137f " },
254
254
},
255
255
},
256
256
{
@@ -260,7 +260,7 @@ func TestWebhooks(t *testing.T) {
260
260
filename : "../testdata/github/integration-installation.json" ,
261
261
headers : http.Header {
262
262
"X-Github-Event" : []string {"integration_installation" },
263
- "X-Hub-Signature" : []string {"sha1=bb2769f05f1a11af3a1edf8f9fac11bae7402a1e " },
263
+ "X-Hub-Signature" : []string {"sha1=1172601d35bdebac5f3aa7618c9e58eafb404c6f " },
264
264
},
265
265
},
266
266
{
@@ -270,7 +270,7 @@ func TestWebhooks(t *testing.T) {
270
270
filename : "../testdata/github/integration-installation-repositories.json" ,
271
271
headers : http.Header {
272
272
"X-Github-Event" : []string {"integration_installation_repositories" },
273
- "X-Hub-Signature" : []string {"sha1=2f00a982574188342c2894eb9d1b1e93434687fb " },
273
+ "X-Hub-Signature" : []string {"sha1=7c38ba703a3c89d00823920a47cd8863df8121d2 " },
274
274
},
275
275
},
276
276
{
0 commit comments