diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/clients.json | 1 | ||||
-rwxr-xr-x | tests/run-tests.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/clients.json b/tests/clients.json new file mode 100644 index 0000000..01672ed --- /dev/null +++ b/tests/clients.json @@ -0,0 +1 @@ +curl -X GET http://127.0.0.1:8888/clients diff --git a/tests/run-tests.sh b/tests/run-tests.sh index e187abb..a543ef0 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -1 +1,2 @@ curl -X POST http://127.0.0.1:8888/clients -d @post_clients.json +curl -X GET http://127.0.0.1:8888/clients |