From 73988bc3dcdaffeebd816002f83a13f17b2b1db5 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 22 Dec 2025 12:48:04 +0300 Subject: [PATCH] Update test.ts --- scripts/commands/playlist/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/playlist/test.ts b/scripts/commands/playlist/test.ts index 8b26499ea7..3f632b0836 100644 --- a/scripts/commands/playlist/test.ts +++ b/scripts/commands/playlist/test.ts @@ -29,7 +29,7 @@ const errorStatusCodes = [ 'HTTP_401_UNAUTHORIZED', 'HTTP_404_', 'HTTP_404_NOT_FOUND', - 'HTTP_404_UNKONWN_ERROR', + 'HTTP_404_UNKNOWN_ERROR', 'HTTP_410_GONE' ]