From 1c934ca1374873308cb2d492b6a82f4d4ca92c9d Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Sun, 16 May 2021 11:06:03 -0500 Subject: [PATCH] fix duplicate test name --- spec/unit/utils.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/utils.spec.js b/spec/unit/utils.spec.js index 21ee2d8..c9bb27c 100644 --- a/spec/unit/utils.spec.js +++ b/spec/unit/utils.spec.js @@ -57,7 +57,7 @@ describe('utils', function () { contextUrl: null }) }) - it('fetches and caches new contexts', async function () { + it('caches redirected contexts by original url', async function () { nock('https://mocked.com') .get('/context/v1') .reply(302, undefined, {