test(matrix): update initial bootstrap options assertion to include new flag

This commit is contained in:
SARAMALI15792
2026-04-14 04:04:19 +05:00
committed by Gustavo Madeira Santana
parent 57997bebe5
commit 17a593fe1c

View File

@@ -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,
});
});