From 5911de72fe72a5efe2f1143c15e043815fe3cd60 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:57:18 +0300 Subject: [PATCH] Update test.ts --- scripts/commands/playlist/test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/commands/playlist/test.ts b/scripts/commands/playlist/test.ts index 8a8e66b856..8b26499ea7 100644 --- a/scripts/commands/playlist/test.ts +++ b/scripts/commands/playlist/test.ts @@ -25,6 +25,7 @@ const errorStatusCodes = [ 'ENOTFOUND', 'ENETUNREACH', 'EPROTO', + 'HTTP_400_BAD_REQUEST', 'HTTP_401_UNAUTHORIZED', 'HTTP_404_', 'HTTP_404_NOT_FOUND',