mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tests/url-check: whitelist Memories demo URL (#126)
- always returns HTTP 401 before accessing the actual demo page
This commit is contained in:
parent
c6840648bf
commit
4ec41c0673
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue