From 1477dcd4e79d6fcfe4911de40ba5ae5c9f995034 Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 2 Apr 2025 17:35:01 +0600 Subject: [PATCH] api/tests/instagram: allow the private post test to fail sometimes the visibility status isn't returned --- api/src/util/tests/instagram.json | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/util/tests/instagram.json b/api/src/util/tests/instagram.json index 1df87b9a..4adcf6f8 100644 --- a/api/src/util/tests/instagram.json +++ b/api/src/util/tests/instagram.json @@ -123,6 +123,7 @@ { "name": "private instagram post", "url": "https://www.instagram.com/p/C5_A1TQNPrYw4c2g9KAUTPUl8RVHqiAdAcOOSY0", + "canFail": true, "params": {}, "expected": { "code": 400,