From 224afe3b367cba9b978115e969e714c14c71caa6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 24 Apr 2018 17:03:17 +0300 Subject: Change: GET /work, POST /worker use access token to identify worker --- yarns/600-unauthz.yarn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yarns/600-unauthz.yarn') 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 -- cgit v1.2.1