Remove test file for redirects with cookies

This commit is contained in:
sanjai0py
2025-05-23 08:58:28 +05:30
parent b299879b82
commit 2cd985faf7

View File

@@ -1,23 +0,0 @@
meta {
name: Test Redirects With Cookies
type: http
seq: 1
}
post {
url: {{httpfaker}}/api/auth/cookie-redirect/login
body: json
auth: none
}
headers {
Content-Type: application/json
}
body:json {
username: test-user
}
assert {
res.status: 200
}