From e2da6d2db20093ebd2a65aad35c9991ab1a02176 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 30 Mar 2023 01:09:30 +0300 Subject: Introducing an HTTP JSON API --- api/tests/gathered_zchain_zlatest_pairs.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 api/tests/gathered_zchain_zlatest_pairs.sh (limited to 'api/tests/gathered_zchain_zlatest_pairs.sh') diff --git a/api/tests/gathered_zchain_zlatest_pairs.sh b/api/tests/gathered_zchain_zlatest_pairs.sh new file mode 100755 index 0000000..466c669 --- /dev/null +++ b/api/tests/gathered_zchain_zlatest_pairs.sh @@ -0,0 +1,10 @@ +#!/bin/bash +printf "TEST\t/seens\n" +printf "\t01:\tendpoint returns JSON...\n" +curl http://127.0.0.1:8610/v0/seens 2>/dev/null | jq > /dev/null +if [ "$?" == "0" ] +then + printf '\t\t\033[0;32mPASSED\033[0;0m\n' +else + printf '\t\t\033[0;31mFAILED\033[0;0m\n' +fi -- cgit v1.2.3