From 078c67bfb221fe132af4b16fd24a0432ad0f8bb5 Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 31 Jul 2025 17:47:13 +0200 Subject: [PATCH] fix bad copy paste comment --- playwright/errors.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/playwright/errors.spec.ts b/playwright/errors.spec.ts index 0be92140..e0821172 100644 --- a/playwright/errors.spec.ts +++ b/playwright/errors.spec.ts @@ -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",