refactor: trim extension test hooks

This commit is contained in:
Peter Steinberger
2026-05-01 14:32:25 +01:00
parent f221bc85a0
commit 0fe007f71b
15 changed files with 2 additions and 69 deletions

View File

@@ -273,8 +273,3 @@ export async function resolveComposeServiceUrl(
}
return (await isHealthy(`${baseUrl}healthz`, fetchImpl)) ? baseUrl : null;
}
export const __testing = {
fetchHealthUrl,
normalizeDockerServiceStatus,
};