Files
SAE-BUT2-backend/tests/Logout.bru
T

26 lines
252 B
Plaintext

meta {
name: Logout
type: http
seq: 7
}
post {
url: {{url}}/api/users/logout
body: none
auth: inherit
}
headers {
X-XSRF-TOKEN:
Accept: application/json
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
}