mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-25 18:59:34 +00:00
test: verify plugin warning messages
This commit is contained in:
@@ -142,7 +142,7 @@ describe("runMatrixStartupMaintenance", () => {
|
||||
|
||||
expectWarningOnlyMaintenanceSkipped(harness);
|
||||
expect(harness.log.warn).toHaveBeenCalledWith(
|
||||
expect.stringContaining("could not be resolved yet"),
|
||||
`matrix: Legacy Matrix state detected at ${path.join(home, ".openclaw", "matrix")}, but the new account-scoped target could not be resolved yet (need homeserver, userId, and access token for channels.matrix). Start the gateway once with a working Matrix login, or rerun "openclaw doctor --fix" after cached credentials are available.`,
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user