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?*",
|
"**/livekit/sfu/rtc/validate?*",
|
||||||
async (route) =>
|
async (route) =>
|
||||||
await route.fulfill({
|
await route.fulfill({
|
||||||
// 418 is a non retryable error, so test will fail immediately
|
|
||||||
status: 404,
|
status: 404,
|
||||||
contentType: "text/plain",
|
contentType: "text/plain",
|
||||||
body: "requested room does not exist",
|
body: "requested room does not exist",
|
||||||
|
|||||||
Reference in New Issue
Block a user