From b56ba61cba4cd42812a2431437f3b86dafa47406 Mon Sep 17 00:00:00 2001 From: Paul Berberian Date: Mon, 13 Jan 2025 21:29:56 +0100 Subject: [PATCH] Fix performance tests content server start --- tests/performance/run.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance/run.mjs b/tests/performance/run.mjs index 997c940635..830a300c88 100644 --- a/tests/performance/run.mjs +++ b/tests/performance/run.mjs @@ -10,7 +10,7 @@ import { fileURLToPath } from "url"; import launchStaticServer from "../../scripts/launch_static_server.mjs"; import getHumanReadableHours from "../../scripts/utils/get_human_readable_hours.mjs"; import removeDir from "../../scripts/utils/remove_dir.mjs"; -import { createContentServer } from "../contents/server.mjs"; +import createContentServer from "../contents/server.mjs"; const currentDirectory = path.dirname(fileURLToPath(import.meta.url));