summaryrefslogtreecommitdiff
path: root/src/hub/test-client
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2014-10-24 14:07:30 +0200
committerMarkus Grüneis <gimpf@gimpf.org>2014-10-24 14:07:30 +0200
commit6afdc2005fe3e7b898c42bb763071888e0511f74 (patch)
tree306353d55cd21ab7056820e4c1d2b9d5bb30862a /src/hub/test-client
parenthub: Do not return plain arrays in web. (diff)
hub: Use more practical query in .test-client script.
Diffstat (limited to 'src/hub/test-client')
-rwxr-xr-xsrc/hub/test-client2
1 files changed, 1 insertions, 1 deletions
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 ------------