mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 22:55:24 +00:00
fix(ci): repair contract and interaction drift
This commit is contained in:
@@ -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 },
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user