test(matrix): align context visibility allowlist fixtures

This commit is contained in:
Gustavo Madeira Santana
2026-04-19 16:07:22 -04:00
parent 614fd53223
commit d2c1ed5832

View File

@@ -30,6 +30,7 @@ describe("createMatrixRoomMessageHandler inbound body formatting", () => {
channels: {
matrix: {
contextVisibility,
groupAllowFrom: ["@alice:example.org"],
},
},
},
@@ -338,6 +339,7 @@ describe("createMatrixRoomMessageHandler inbound body formatting", () => {
channels: {
matrix: {
contextVisibility: "allowlist",
groupAllowFrom: ["@alice:example.org"],
},
},
},