diff --git a/packages/bruno-tests/collection/redirects/Test Redirects With Cookies.bru b/packages/bruno-tests/collection/redirects/Test Redirects With Cookies.bru deleted file mode 100644 index 202390c1e..000000000 --- a/packages/bruno-tests/collection/redirects/Test Redirects With Cookies.bru +++ /dev/null @@ -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 -} \ No newline at end of file