From f542109ccda9a7596f751bfee51fd0ead454aaea Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Thu, 3 Aug 2023 10:22:12 -0400 Subject: [PATCH] chore: updated test description Co-authored-by: Michal Piechowiak --- test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test.ts b/test/index.test.ts index 24c63c5..7c84141 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -129,7 +129,7 @@ test('should add WAF headers to local images being transformed', async (t) => { ) }) -test('should not add WAF headers to local images being transformed', async (t) => { +test('should not add WAF headers to remote images being transformed', async (t) => { const handler = createIPXHandler({ basePath: '/_ipx/', cacheDir: '/tmp/ipx-cache',