Bump nock from 11.0.0.beta-14 to 11.0.0.beta-20 (#3616)

* Bump icedfrisby and icedfrisby-nock

* Bump nock from 11.0.0.beta-14 to 11.0.0.beta-20

Hoping the changes from #3615 will fix the issues that appeared at https://github.com/badges/shields/pull/3552#issuecomment-504610847

* Fix apm tests

* Fix githubcommitstatus
This commit is contained in:
Paul Melnikow
2019-06-28 15:50:17 -04:00
committed by GitHub
parent 6c21d86194
commit 0f19806c58
6 changed files with 15 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
'use strict'
const { invalidJSON } = require('../response-fixtures')
const { invalidJSONString } = require('../response-fixtures')
const t = (module.exports = require('../tester').createServiceTester())
t.create('commit status - commit in branch')
@@ -71,7 +71,7 @@ t.create('commit status - 404 with invalid JSON form github')
.get(
'/repos/badges/shields/compare/master...5d4ab86b1b5ddfb3c4a70a70bd19932c52603b8c'
)
.reply(404, invalidJSON)
.reply(404, invalidJSONString)
)
.expectBadge({
label: 'commit status',