import { describe, expect, it } from "vitest"; import type { OpenClawConfig } from "../config/config.js"; import { resolveSetupSecretInputString } from "./setup.secret-input.js";
it("returns plaintext strings when value is not a SecretRef", async () => { const resolved = await resolveSetupSecretInputString({
config: makeConfig(),
value: "plain-text",
path: "gateway.auth.password",
});
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.