From 23c73cafa0a6e46f1d8816780e4352c534708a9b Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 29 Jan 2023 21:07:42 +0100 Subject: [PATCH] remove check --- .github/workflows/test-only.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-only.yml b/.github/workflows/test-only.yml index 7fdb5128..96fdd0d3 100644 --- a/.github/workflows/test-only.yml +++ b/.github/workflows/test-only.yml @@ -67,10 +67,10 @@ jobs: sleep 3 # Should return 0 (no error) when grep finds it curl -s http://localhost:5556 |grep -q checkbox-uuid - curl -s http://localhost:5556/rss|grep -q rss-specification + # and IPv6 curl -s -g -6 "http://[::1]:5556"|grep -q checkbox-uuid - curl -s -g -6 "http://[::1]:5556/rss"|grep -q rss-specification + #export WEBDRIVER_URL=http://localhost:4444/wd/hub #pytest tests/fetchers/test_content.py