test: fix mocks for target resolver

This commit is contained in:
Peter Steinberger
2026-01-17 04:40:57 +00:00
parent fcb7c9ff65
commit ee738e6578
2 changed files with 2 additions and 1 deletions

View File

@@ -16,8 +16,8 @@ import {
import { zalouserOnboardingAdapter } from "./onboarding.js";
import { sendMessageZalouser } from "./send.js";
import { checkZcaInstalled, parseJsonOutput, runZca, runZcaInteractive } from "./zca.js";
import {
import { missingTargetError } from "../../../src/infra/outbound/target-errors.js";
import {
DEFAULT_ACCOUNT_ID,
type CoreConfig,
type ZalouserConfig,