Skip to content

Commit

Permalink
Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Feb 13, 2024
1 parent 063c4d1 commit 71eb56e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,11 @@ paths:
description: Ok
headers:
header2:
required: true
schema:
type: string
header1:
required: true
schema:
type: string
content:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,22 @@ paths:
description: Ok
headers:
x-rate-limit-enable:
required: true
schema:
type: boolean
x-rate-limit-remaining:
required: true
schema:
type: integer
format: int64
x-rate-limit-types:
required: true
schema:
type: array
items:
type: string
x-rate-limit-id:
required: true
schema:
type: string
content:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,24 @@ paths:
description: Created
headers:
payment-type:
required: true
schema:
type: string
simple-payment-tokens:
required: true
schema:
type: array
items:
type: string
simple-payment-type:
required: true
schema:
type: string
location:
schema:
type: string
payment-tokens:
required: true
schema:
type: array
items:
Expand Down Expand Up @@ -120,20 +124,24 @@ paths:
description: Created
headers:
payment-type:
required: true
schema:
type: string
simple-payment-tokens:
required: true
schema:
type: array
items:
type: string
simple-payment-type:
required: true
schema:
type: string
location:
schema:
type: string
payment-tokens:
required: true
schema:
type: array
items:
Expand Down

0 comments on commit 71eb56e

Please sign in to comment.