Files
bruno/tests/ssl/custom-ca-certs/collection/request.bru
2025-09-07 23:06:44 +05:30

17 lines
174 B
Plaintext

meta {
name: request
type: http
seq: 6
}
get {
url: https://localhost:8090
body: none
auth: inherit
}
assert {
res.status: eq 200
res.body: eq helloworld
}