fix curl request

pull/1267/head
dgtlmoon 2 years ago
parent 5d4dee2a1e
commit c81cda08f7

@ -69,8 +69,8 @@ jobs:
curl -s http://localhost:5556 |grep -q checkbox-uuid
curl -s http://localhost:5556/rss|grep -q rss-specification
# and IPv6
curl -s http://[::]:5556|grep -q checkbox-uuid
curl -s http://[::]:5556/rss|grep -q rss-specification
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

Loading…
Cancel
Save