Fix missing fields in mock /room_keys/version responses (#34273)

These mock responses are incomplete, and as of
https://github.com/matrix-org/matrix-js-sdk/pull/5419, will start to fail type
checks.
This commit is contained in:
Richard van der Hoff
2026-07-16 08:48:00 +00:00
committed by GitHub
parent e8af1421ff
commit 3af3d8b873
@@ -79,6 +79,8 @@ describe("KeyStoragePanelViewModel", () => {
auth_data: {
public_key: "foobar",
},
count: 0,
etag: "",
},
trustInfo,
});
@@ -100,6 +102,8 @@ describe("KeyStoragePanelViewModel", () => {
auth_data: {
public_key: "foobar",
},
count: 0,
etag: "",
},
trustInfo: {
trusted: false,