fix bad copy paste comment

This commit is contained in:
Valere
2025-07-31 17:47:13 +02:00
parent 81555c8d51
commit 078c67bfb2

View File

@@ -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",