mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-18 02:32:27 +00:00
fix bad copy paste comment
This commit is contained in:
@@ -90,7 +90,6 @@ test("Should show error screen if call creation is restricted", async ({
|
||||
"**/livekit/sfu/rtc/validate?*",
|
||||
async (route) =>
|
||||
await route.fulfill({
|
||||
// 418 is a non retryable error, so test will fail immediately
|
||||
status: 404,
|
||||
contentType: "text/plain",
|
||||
body: "requested room does not exist",
|
||||
|
||||
Reference in New Issue
Block a user