Build(deps-dev): bump nock from 11.0.0-beta.14 to 11.0.0-beta.19 (#3552)

* Build(deps-dev): bump nock from 11.0.0-beta.14 to 11.0.0-beta.19

Bumps [nock](https://github.com/nock/nock) from 11.0.0-beta.14 to 11.0.0-beta.19.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/beta/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix one test

* Update for breaking change in nock api

* Always use got without retries in tests
This commit is contained in:
dependabot-preview[bot]
2019-06-21 10:45:34 -04:00
committed by Paul Melnikow
parent fe76a55e2c
commit 95b6e48bff
12 changed files with 32 additions and 23 deletions

View File

@@ -3,10 +3,9 @@
const { expect } = require('chai')
const sinon = require('sinon')
const Camp = require('camp')
// https://github.com/nock/nock/issues/1523
const got = require('got').extend({ retry: 0 })
const portfinder = require('portfinder')
const serverSecrets = require('../../../lib/server-secrets')
const got = require('../../../core/got-test-client')
const GithubApiProvider = require('../github-api-provider')
const { setRoutes } = require('./admin')