mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
Remove test file for redirects with cookies
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user