Fix tests for new link space error message
This commit is contained in:
parent
717dc185e5
commit
ab69eab8a4
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue