Files
SAE-BUT2-backend/tests/me.bru
T
2025-10-21 17:25:34 +02:00

25 lines
234 B
Plaintext

meta {
name: me
type: http
seq: 5
}
get {
url: http://localhost:8000/api/me
body: none
auth: inherit
}
headers {
Accept: application/json
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
}