casket/casket-bruno-collection/Auth/No Auth Header.bru

16 lines
171 B
Plaintext

meta {
name: No Auth Header
type: http
seq: 3
}
get {
url: {{casket_host}}/api/v1/user/test123/files
body: none
auth: none
}
assert {
res.status: eq 401
}