From 9bf6cd36b57417d5a7321ab4c5f704eaee185a0e Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Wed, 24 Jul 2024 15:56:50 +0000 Subject: [PATCH] tests: add canFail to facebook shortlink test --- src/util/tests.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/tests.json b/src/util/tests.json index 902ec00a..39ca17e1 100644 --- a/src/util/tests.json +++ b/src/util/tests.json @@ -1214,6 +1214,7 @@ }, { "name": "shortlink video", "url": "https://fb.watch/r1K6XHMfGT/", + "canFail": true, "params": {}, "expected": { "code": 200, @@ -1244,4 +1245,4 @@ "status": "redirect" } }] -} \ No newline at end of file +}