From 2b03c60ef230bf0101879cf9718f9c36746efa69 Mon Sep 17 00:00:00 2001 From: Daniel Maslowski Date: Mon, 20 Jan 2025 21:56:00 +0100 Subject: [PATCH] scripts/open_aerie: fix comment; wrong creds should get 403 --- scripts/open_aerie.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/open_aerie.sh b/scripts/open_aerie.sh index 3123526..7d75e1f 100644 --- a/scripts/open_aerie.sh +++ b/scripts/open_aerie.sh @@ -9,8 +9,8 @@ curl -XPOST \ --data '{"consumer_key": "test123","consumer_secret":"123test","aerie":true }' \ http://localhost:3000/api/update -vvv -#should return 500 +#should return 403 curl -XPOST \ -H "Content-Type: application/json" \ --data '{"consumer_key": "foo","consumer_secret":"bar","aerie":true }' \ - http://localhost:3000/api/update -vvv \ No newline at end of file + http://localhost:3000/api/update -vvv