tests/url-check: whitelist Memories demo URL (#126)

- always returns HTTP 401 before accessing the actual demo page
This commit is contained in:
nodiscc 2023-09-08 10:47:49 +00:00 committed by GitHub
parent c6840648bf
commit 4ec41c0673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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