automated terminal push
This commit is contained in:
49
test/failure/eval-failure-check-exists.bash
Normal file
49
test/failure/eval-failure-check-exists.bash
Normal file
@@ -0,0 +1,49 @@
|
||||
reset
|
||||
|
||||
clear
|
||||
|
||||
set -e
|
||||
|
||||
#set -x
|
||||
|
||||
##
|
||||
|
||||
echo
|
||||
echo "##"
|
||||
echo "##"
|
||||
echo "##"
|
||||
echo
|
||||
|
||||
##
|
||||
|
||||
curl -X GET http://localhost:8888/channel/monthly/games/failure/
|
||||
|
||||
sleep 4
|
||||
|
||||
echo
|
||||
echo "##"
|
||||
echo "##"
|
||||
echo "##"
|
||||
echo
|
||||
|
||||
curl -X GET \
|
||||
http://localhost:8888/channel/monthly/games/failure/exists \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{
|
||||
"url": "https://links.embanet.com/talisman.txt"
|
||||
}'
|
||||
|
||||
sleep 4
|
||||
|
||||
echo
|
||||
echo "##"
|
||||
echo "##"
|
||||
echo "##"
|
||||
echo
|
||||
|
||||
curl -X GET \
|
||||
http://localhost:8888/channel/monthly/games/failure/exists \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{
|
||||
"url": "https://www.garudanet.com/talisman.txt"
|
||||
}'
|
||||
Reference in New Issue
Block a user