fix(ci): repair contract and interaction drift

This commit is contained in:
Peter Steinberger
2026-04-03 19:56:53 +01:00
parent c9dfc35dfd
commit 4b71a94450
5 changed files with 39 additions and 6 deletions

View File

@@ -165,7 +165,7 @@ const record = registry.plugins.find((entry) => entry.id === pluginId);
assert.ok(record, "smoke plugin missing from registry");
assert.equal(record.status, "loaded", record.error ?? "smoke plugin failed to load");
assert.deepEqual(getPluginCommandSpecs("telegram"), [
assert.deepEqual(getPluginCommandSpecs(), [
{ name: "pair", description: "Pair a device", acceptsArgs: true },
]);