Skip to content

Commit

Permalink
✏ Fix typos in tests/test_schema_extra_examples.py (#5126)
Browse files Browse the repository at this point in the history
  • Loading branch information
supraaxdd committed Aug 26, 2022
1 parent bbd34c5 commit 5e34cb1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_schema_extra_examples.py
Expand Up @@ -149,7 +149,7 @@ def query_example_examples(
default=None,
example="query_overriden",
examples={
"example1": {"summary": "Qeury example 1", "value": "query1"},
"example1": {"summary": "Query example 1", "value": "query1"},
"example2": {"value": "query2"},
},
),
Expand Down Expand Up @@ -186,7 +186,7 @@ def header_example_examples(
default=None,
example="header_overriden",
examples={
"example1": {"summary": "Qeury example 1", "value": "header1"},
"example1": {"summary": "Query example 1", "value": "header1"},
"example2": {"value": "header2"},
},
),
Expand Down Expand Up @@ -223,7 +223,7 @@ def cookie_example_examples(
default=None,
example="cookie_overriden",
examples={
"example1": {"summary": "Qeury example 1", "value": "cookie1"},
"example1": {"summary": "Query example 1", "value": "cookie1"},
"example2": {"value": "cookie2"},
},
),
Expand Down Expand Up @@ -561,7 +561,7 @@ def cookie_example_examples(
"schema": {"title": "Data", "type": "string"},
"examples": {
"example1": {
"summary": "Qeury example 1",
"summary": "Query example 1",
"value": "query1",
},
"example2": {"value": "query2"},
Expand Down Expand Up @@ -666,7 +666,7 @@ def cookie_example_examples(
"schema": {"title": "Data", "type": "string"},
"examples": {
"example1": {
"summary": "Qeury example 1",
"summary": "Query example 1",
"value": "header1",
},
"example2": {"value": "header2"},
Expand Down Expand Up @@ -771,7 +771,7 @@ def cookie_example_examples(
"schema": {"title": "Data", "type": "string"},
"examples": {
"example1": {
"summary": "Qeury example 1",
"summary": "Query example 1",
"value": "cookie1",
},
"example2": {"value": "cookie2"},
Expand Down

0 comments on commit 5e34cb1

Please sign in to comment.