From 81b66e5bf3a5642a01fd57f4c9ee514ca0063a73 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 15 Apr 2026 00:49:04 +0100 Subject: [PATCH] test(qa-matrix): type provisioned topology fixture --- extensions/qa-matrix/src/substrate/config.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/qa-matrix/src/substrate/config.test.ts b/extensions/qa-matrix/src/substrate/config.test.ts index 8ffc48f3ddd..2feb2e833b5 100644 --- a/extensions/qa-matrix/src/substrate/config.test.ts +++ b/extensions/qa-matrix/src/substrate/config.test.ts @@ -1,9 +1,10 @@ import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime"; import { describe, expect, it } from "vitest"; import { buildMatrixQaConfig } from "./config.js"; +import type { MatrixQaProvisionedTopology } from "./topology.js"; describe("matrix qa config", () => { - const topology = { + const topology: MatrixQaProvisionedTopology = { defaultRoomId: "!main:matrix-qa.test", defaultRoomKey: "main", rooms: [