Add logout route test

This commit is contained in:
Dayamond
2025-10-21 17:41:52 +02:00
parent ab50743c01
commit fd8c47cd95
+25
View File
@@ -0,0 +1,25 @@
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
}