-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: no data was returned when filtering with
set
(#568)
- Loading branch information
1 parent
07a8ad0
commit 64bcd05
Showing
2 changed files
with
48 additions
and
7 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
.bruno/fixes/567-invalid-data-returned-when-filtering-using-set.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
meta { | ||
name: 567 - invalid data returned when filtering using set | ||
type: http | ||
seq: 9 | ||
} | ||
|
||
get { | ||
url: {{BASE_URL}}/v2/en/cards?name=umbreon&set=evolving skies | ||
body: none | ||
auth: none | ||
} | ||
|
||
params:query { | ||
name: umbreon | ||
set: evolving skies | ||
} | ||
|
||
assert { | ||
res.status: eq 200 | ||
res.body.length: lt 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters