summaryrefslogtreecommitdiff
path: root/yarns/600-unauthz.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-24 17:03:17 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-25 19:07:44 +0300
commit224afe3b367cba9b978115e969e714c14c71caa6 (patch)
tree89f578874c9e75b6ebb93f46f5ecddfb8d94adf0 /yarns/600-unauthz.yarn
parentdf60c28287900478ced251123c9887e61e0dc17c (diff)
downloadick2-224afe3b367cba9b978115e969e714c14c71caa6.tar.gz
Change: GET /work, POST /worker use access token to identify worker
Diffstat (limited to 'yarns/600-unauthz.yarn')
-rw-r--r--yarns/600-unauthz.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/600-unauthz.yarn b/yarns/600-unauthz.yarn
index 176ac49..55cac30 100644
--- a/yarns/600-unauthz.yarn
+++ b/yarns/600-unauthz.yarn
@@ -79,11 +79,11 @@ Set up the controller.
THEN result has status code 401
WHEN outsider makes request
- ... GET /work/obelix with an invalid token
+ ... GET /work with an invalid token
THEN result has status code 401
WHEN outsider makes request
- ... GET /workers/obelix with an invalid token
+ ... GET /workers with an invalid token
THEN result has status code 401
WHEN outsider makes request