aboutsummaryrefslogtreecommitdiff
path: root/http/login.hurl
diff options
context:
space:
mode:
Diffstat (limited to 'http/login.hurl')
-rw-r--r--http/login.hurl14
1 files changed, 0 insertions, 14 deletions
diff --git a/http/login.hurl b/http/login.hurl
deleted file mode 100644
index 906cfe4..0000000
--- a/http/login.hurl
+++ /dev/null
@@ -1,14 +0,0 @@
-POST http://localhost:8080/v1/login
-{
- "username": "wormhole",
- "password": "12345678"
-}
-HTTP 200
-
-POST http://localhost:8080/v1/login
-{
- "username": "wormhole",
- "password": "1234567899"
-}
-HTTP 401
-