From abecb00c111d65b2e7c3cad71a266e6a407ebbaa Mon Sep 17 00:00:00 2001 From: Shawn Miller Date: Tue, 4 Aug 2026 00:43:08 -0500 Subject: [PATCH] Replace httpbin.org with httpbingo.org in tests httpbin.org has been timing out and answering 503 in CI; httpbingo.org is the fleet replacement (see bloodhound test/carriers/pitneyBowes.js). Co-Authored-By: Claude Fable 5 --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {