File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -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
{
Original file line number Diff line number Diff line change 38
38
" push" ,
39
39
" pull_request"
40
40
],
41
- "created_at" : 1525109898 ,
42
- "updated_at" : 1525109899 ,
41
+ "created_at" : " 2022-03-02T18:02:51.000Z " ,
42
+ "updated_at" : " 2022-03-02T18:02:51.000Z " ,
43
43
"single_file_name" : " config.yml"
44
44
},
45
45
"repository_selection" : " selected" ,
Original file line number Diff line number Diff line change 38
38
" push" ,
39
39
" pull_request"
40
40
],
41
- "created_at" : 1525109898 ,
42
- "updated_at" : 1525109899 ,
41
+ "created_at" : " 2022-03-02T18:02:51.000Z " ,
42
+ "updated_at" : " 2022-03-02T18:02:51.000Z " ,
43
43
"single_file_name" : " config.yml"
44
44
},
45
45
"repositories" : [
You can’t perform that action at this time.
0 commit comments