Fix tests for new link space error message

This commit is contained in:
Elliu 2025-11-01 21:01:15 +09:00
parent 717dc185e5
commit ab69eab8a4
2 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ test("web link space: check that OOYE is joined", async t => {
}
}
}))
t.equal(error.data, "M_FORBIDDEN - not allowed to join I guess")
t.equal(error.data, "Unable to join the requested Matrix space. Please invite the bridge to the space and try again. (Server said: M_FORBIDDEN - not allowed to join I guess)")
t.equal(called, 1)
})