1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-12 03:47:51 +00:00
cards-database/.bruno/filtering/end-star-pattern.bru

21 lines
247 B
Plaintext

meta {
name: End Star Pattern
type: http
seq: 1
}
get {
url: {{BASE_URL}}/v2/en/cards?name=*chu
body: none
auth: inherit
}
params:query {
name: *chu
}
assert {
res.body.length: gt 3
res.body[1].name: neq Pikachu on the Ball
}