summaryrefslogtreecommitdiff
path: root/packages/integrations/image/test/image-ssr-build.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/image/test/image-ssr-build.test.js')
-rw-r--r--packages/integrations/image/test/image-ssr-build.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/image/test/image-ssr-build.test.js b/packages/integrations/image/test/image-ssr-build.test.js
index a2b7d0150..c20692c0e 100644
--- a/packages/integrations/image/test/image-ssr-build.test.js
+++ b/packages/integrations/image/test/image-ssr-build.test.js
@@ -204,7 +204,7 @@ describe('SSR images with subpath - build', function () {
it(title, async () => {
const app = await fixture.loadTestAdapterApp();
- const request = new Request('http://example.com/');
+ const request = new Request('http://example.com/docs/');
const response = await app.render(request);
const html = await response.text();
const $ = cheerio.load(html);