mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:50:43 +00:00
test(matrix): update initial bootstrap options assertion to include new flag
This commit is contained in:
committed by
Gustavo Madeira Santana
parent
57997bebe5
commit
17a593fe1c
@@ -1280,6 +1280,7 @@ describe("MatrixClient crypto bootstrapping", () => {
|
||||
expect(bootstrapSpy).toHaveBeenCalledTimes(1);
|
||||
expect((bootstrapSpy.mock.calls as unknown[][])[0]?.[1] ?? {}).toEqual({
|
||||
allowAutomaticCrossSigningReset: false,
|
||||
allowSecretStorageRecreateWithoutRecoveryKey: true,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user