Skip to content

Commit

Permalink
feat: Add a test to validate issue #466
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Jan 3, 2024
1 parent b711d38 commit d46348d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .bruno/fixes/invalid sorting.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
meta {
name: invalid sorting
type: http
seq: 1
}

get {
url: {{BASE_URL}}/v2/en/sets/swsh8/53
body: none
auth: none
}

assert {
res.body.id: eq swsh8-53
res.status: eq 200
}

docs {
Validate the issue seen in

https://github.com/tcgdex/cards-database/issues/466
}

0 comments on commit d46348d

Please sign in to comment.