From 4ec41c0673261ae59e7e20e024c63e0a2db3c87d Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 8 Sep 2023 10:47:49 +0000 Subject: [PATCH] tests/url-check: whitelist Memories demo URL (#126) - always returns HTTP 401 before accessing the actual demo page --- .hecat/url-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index cdbe414d65..0703a42a40 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -24,3 +24,4 @@ steps: - '^https://demo.reservo.co/$' # hecat/python-requests bug? always returns 404 but the website works in a browser - '^https://crates.io/crates/vigil-server$' # hecat/python-requests bug? always returns 404 but the website works in a browser - '^https://nitter.net$' # always times out from github actions but the website works in a browser + - '^https://demo.memories.gallery/apps/memories/$' # always returns 401