forked from loafle/openapi-generator-original
Adds fix for broken python test (#11247)
* Adds fix for broken python test * Removes space * Fixes another test too
This commit is contained in:
parent
ef882a4e6c
commit
1343024786
@ -126,6 +126,7 @@ class TestFakeApi(unittest.TestCase):
|
||||
_preload_content=True,
|
||||
_request_timeout=None,
|
||||
_return_http_data_only=True,
|
||||
_spec_property_naming=False,
|
||||
async_req=False,
|
||||
header_number=1.234,
|
||||
path_integer=34,
|
||||
|
@ -126,6 +126,7 @@ class TestFakeApi(unittest.TestCase):
|
||||
_preload_content=True,
|
||||
_request_timeout=None,
|
||||
_return_http_data_only=True,
|
||||
_spec_property_naming=False,
|
||||
async_req=False,
|
||||
header_number=1.234,
|
||||
path_integer=34,
|
||||
|
Loading…
x
Reference in New Issue
Block a user