Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 10m55s
18 lines
262 B
YAML
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
|