fix: align gateway presence + config defaults tests (#1208) (thanks @24601)

This commit is contained in:
Peter Steinberger
2026-01-20 10:45:59 +00:00
parent 115b4379bf
commit cf04b0e3bf
5 changed files with 10 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import type { Command } from "commander";
import { callGateway } from "../gateway/call.js";
import { GATEWAY_CLIENT_MODES, GATEWAY_CLIENT_NAMES } from "../utils/message-channel.js";
import { defaultRuntime } from "./runtime.js";
import { defaultRuntime } from "../runtime.js";
import { withProgress } from "./progress.js";
type DevicesRpcOpts = {