diff --git a/test/index.js b/test/index.js index 69edfc9..f669a5e 100644 --- a/test/index.js +++ b/test/index.js @@ -14,7 +14,7 @@ test('getAccessToken', { concurrency: true }, async (t) => { t.test('should return an error for non 200 status code', async () => { const ups = new UPS({ - environment_url: 'https://httpbin.org/status/500#' + environment_url: 'https://httpbingo.org/status/500#' }); await assert.rejects(ups.getAccessToken(), (err) => {