fixed misconfigured test-path
Some checks failed
Sonarqube Scanner / Build and analyze (push) Failing after 18s

This commit is contained in:
Florian Zumpe 2026-06-17 14:05:04 +02:00
parent 8fa62fe0c6
commit 58d8ba4f45

View File

@ -4,7 +4,7 @@ import os from 'node:os';
import path from 'node:path'; import path from 'node:path';
import { spawn } from 'node:child_process'; import { spawn } from 'node:child_process';
import test from 'node:test'; import test from 'node:test';
import { startLocalWriteAuthProxy } from '../test-support/local-write-auth-proxy.js'; import { startLocalWriteAuthProxy } from './test-support/local-write-auth-proxy.js';
const root = path.resolve(import.meta.dirname, '..'); const root = path.resolve(import.meta.dirname, '..');
const LOCAL_API_URL = 'http://127.0.0.1:47145'; const LOCAL_API_URL = 'http://127.0.0.1:47145';