application secrets and build / deploy #5
@ -3,7 +3,7 @@
|
||||
## starte server mit env vars passend zum ersten aufruf
|
||||
## TODO das muss noch gescripted werden
|
||||
|
||||
# should return 201
|
||||
# should return 201 if env vars are set like this payload states
|
||||
curl -XPOST \
|
||||
-H "Content-Type: application/json" \
|
||||
--data '{"consumer_key": "test123","consumer_secret":"123test","aerie":true }' \
|
||||
@ -12,5 +12,5 @@ curl -XPOST \
|
||||
#should return 500
|
||||
curl -XPOST \
|
||||
-H "Content-Type: application/json" \
|
||||
--data '{"consumer_key": "test123","consumer_secret":"123test","aerie":true }' \
|
||||
--data '{"consumer_key": "foo","consumer_secret":"bar","aerie":true }' \
|
||||
http://localhost:3000/api/update -vvv
|
Loading…
Reference in New Issue
Block a user