Skip to content

Commit

Permalink
Fix dataset on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thaichat04 committed Sep 2, 2024
1 parent c1b5a3d commit 8d7a94e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/openapi_fixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
Content(
type=ContentType.JSON,
schema=user_list_schema,
example="An example",
example=None,
examples=[]
),
],
Expand Down Expand Up @@ -106,7 +106,7 @@
),
],
),
example="an example",
example=None,
examples=[]
),
],
Expand Down Expand Up @@ -141,7 +141,7 @@
),
],
),
example="an example",
example=None,
examples=[]
),
],
Expand Down

0 comments on commit 8d7a94e

Please sign in to comment.