summaryrefslogtreecommitdiff
path: root/yarns/600-unauthz.yarn
diff options
context:
space:
mode:
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