mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
16 lines
177 B
Plaintext
16 lines
177 B
Plaintext
meta {
|
|
name: 467 - Validate that we can run OPTIONS
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
options {
|
|
url: {{BASE_URL}}/status
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
}
|