Skip to content

Commit

Permalink
chore : Add test for #566 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking authored Jan 10, 2025
1 parent 7568334 commit 33232f1
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 200
}

0 comments on commit 33232f1

Please sign in to comment.