From 6afdc2005fe3e7b898c42bb763071888e0511f74 Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Fri, 24 Oct 2014 14:07:30 +0200 Subject: hub: Use more practical query in .test-client script. --- src/hub/test-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hub/test-client') diff --git a/src/hub/test-client b/src/hub/test-client index f6c2c18..8a24c7d 100755 --- a/src/hub/test-client +++ b/src/hub/test-client @@ -9,7 +9,7 @@ while read x; do echo "$x" | socat stdio unix-sendto:/run/sfive/pipegram; done < echo show query result echo ----------------- -curl -i 'http://localhost:8000/updates?from=2013-10-24T05:00:00Z&to=2013-10-24T00:05:20Z' +curl -i 'http://localhost:8000/updates?from=2013-10-21T00:00:00Z&to=2013-10-21T12:31:00Z' echo '\npost update' echo ------------ -- cgit v1.2.3