From 419f647073b4a8f37e237b823516a3c236ba208a Mon Sep 17 00:00:00 2001 From: GiveMe-A-Name Date: Mon, 17 Apr 2023 10:05:57 +0800 Subject: [PATCH] fix: update integration test --- tests/integration/asset-prefix/test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/asset-prefix/test/index.test.ts b/tests/integration/asset-prefix/test/index.test.ts index fc51c59d9c0..e61a2aa3181 100644 --- a/tests/integration/asset-prefix/test/index.test.ts +++ b/tests/integration/asset-prefix/test/index.test.ts @@ -3,7 +3,7 @@ import { readFileSync } from 'fs'; import { Page } from 'puppeteer'; import { launchApp, killApp } from '../../../utils/modernTestUtils'; -const DEFAULT_DEV_HOST = '127.0.0.1'; +const DEFAULT_DEV_HOST = 'localhost'; declare const page: Page; const fixtures = path.resolve(__dirname, '../fixtures');