@@ -240,7 +240,7 @@ func TestWebhooks(t *testing.T) {
240240 filename : "../testdata/github/installation.json" ,
241241 headers : http.Header {
242242 "X-Github-Event" : []string {"installation" },
243- "X-Hub-Signature" : []string {"sha1=2058cf6cc28570710afbc638e669f5c67305a2db " },
243+ "X-Hub-Signature" : []string {"sha1=2bcb4ad96133ce2dd6d140fad7a80a2b14407f7f " },
244244 },
245245 },
246246 {
@@ -250,7 +250,7 @@ func TestWebhooks(t *testing.T) {
250250 filename : "../testdata/github/installation-repositories.json" ,
251251 headers : http.Header {
252252 "X-Github-Event" : []string {"installation_repositories" },
253- "X-Hub-Signature" : []string {"sha1=c587fbd9dd169db8ae592b3bcc80b08e2e6f4f45 " },
253+ "X-Hub-Signature" : []string {"sha1=997680ef1e6f4a6b6595f5fa70b82989f505137f " },
254254 },
255255 },
256256 {
@@ -260,7 +260,7 @@ func TestWebhooks(t *testing.T) {
260260 filename : "../testdata/github/integration-installation.json" ,
261261 headers : http.Header {
262262 "X-Github-Event" : []string {"integration_installation" },
263- "X-Hub-Signature" : []string {"sha1=bb2769f05f1a11af3a1edf8f9fac11bae7402a1e " },
263+ "X-Hub-Signature" : []string {"sha1=1172601d35bdebac5f3aa7618c9e58eafb404c6f " },
264264 },
265265 },
266266 {
@@ -270,7 +270,7 @@ func TestWebhooks(t *testing.T) {
270270 filename : "../testdata/github/integration-installation-repositories.json" ,
271271 headers : http.Header {
272272 "X-Github-Event" : []string {"integration_installation_repositories" },
273- "X-Hub-Signature" : []string {"sha1=2f00a982574188342c2894eb9d1b1e93434687fb " },
273+ "X-Hub-Signature" : []string {"sha1=7c38ba703a3c89d00823920a47cd8863df8121d2 " },
274274 },
275275 },
276276 {
0 commit comments