Skip to content

Commit 5832e66

Browse files
committed
Minor fixture and test adjusements
1 parent c83b3f9 commit 5832e66

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[
22
{
3-
"sha": "bbcd538c8e72b8c175046e27cc8f907076331401",
4-
"filename": "Makefile",
5-
"status": "added",
3+
"sha": "aae34fdac0caea4e4aa204aeade6a12befe32e73",
4+
"filename": "lib/timers.js",
5+
"status": "changed",
66
"additions": 103,
77
"deletions": 21,
88
"changes": 124,
9-
"blob_url": "https://github.com/octocat/Hello-World/blob/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt",
10-
"raw_url": "https://github.com/octocat/Hello-World/raw/6dcb09b5b57875f334f61aebed695e2e4193db5e/file1.txt",
11-
"contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/file1.txt?ref=6dcb09b5b57875f334f61aebed695e2e4193db5e",
9+
"blob_url": "https://github.com/TestOrgPleaseIgnore/node/blob/aae34fdac0caea4e4aa204aeade6a12befe32e73/lib/timers.js",
10+
"raw_url": "https://github.com/TestOrgPleaseIgnore/node/raw/aae34fdac0caea4e4aa204aeade6a12befe32e73/lib/timers.js",
11+
"contents_url": "https://api.github.com/repos/TestOrgPleaseIgnore/node/contents/lib/timers.js?ref=aae34fdac0caea4e4aa204aeade6a12befe32e73",
1212
"patch": "@@ -132,7 +132,7 @@ module Test @@ -1000,7 +1000,7 @@ module Test"
1313
}
1414
]

test/node-labels-webhook.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ tap.test('Sends POST request to https://api.github.com/repos/TestOrgPleaseIgnore
2424
.get('/repos/TestOrgPleaseIgnore/node/pulls/19/files')
2525
.reply(200, prFilesFixture)
2626

27-
const existingLabelsfilesScope = nock('https://api.github.com')
27+
const existingLabelsScope = nock('https://api.github.com')
2828
.filteringPath(ignoreQueryParams)
2929
.get('/repos/TestOrgPleaseIgnore/node/issues/19/labels')
3030
.reply(200, prLabelsFixture)
3131

3232
t.plan(1)
33-
t.tearDown(() => filesScope.done() && labelsScope.done())
33+
t.tearDown(() => filesScope.done() && labelsScope.done() && existingLabelsScope.done())
3434

3535
supertest(app)
3636
.post('/hooks/github')

0 commit comments

Comments
 (0)