rhythm-backend/http_client/test protected routes.yml
Dmitri f78054fecd
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 10m55s
initial auth stuff
2026-05-03 19:26:29 +02:00

18 lines
262 B
YAML

info:
name: test protected routes
type: http
seq: 4
http:
method: GET
url: "{{base_url}}/api/v1/protected/ping"
auth:
type: bearer
token: "{{access_token}}"
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5