Files
SAE-BUT2-backend/tests/Logout.bru
T
2025-10-21 17:41:52 +02:00

26 lines
266 B
Plaintext

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