Skip to content

Commit

Permalink
chore: Add bug into bruno
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <git@avior.me>
  • Loading branch information
Aviortheking committed Jan 9, 2025
1 parent f39956e commit 058e97c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .bruno/fixes/566-specific-request-crash-the-request.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
meta {
name: 566 - Specific request crash the request
type: http
seq: 7
}

get {
url: {{BASE_URL}}/v2/fr/cards?name=eq:Pikachu&name=eq:Pichu,Pikachu
body: none
auth: none
}

assert {
res.status: eq 403
}

0 comments on commit 058e97c

Please sign in to comment.