From 8c868c43853649797ef03e24f6abf7640ac0fc6c Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 17 Jan 2024 13:17:26 +0600 Subject: [PATCH] tests: add ok --- src/test/tests.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/test/tests.json b/src/test/tests.json index c224f5e4..d3170858 100644 --- a/src/test/tests.json +++ b/src/test/tests.json @@ -1162,5 +1162,14 @@ "code": 200, "status": "stream" } + }], + "ok": [{ + "name": "regular video", + "url": "https://ok.ru/video/7204071410346", + "params": {}, + "expected": { + "code": 200, + "status": "stream" + } }] }