Adds fix for broken python test (#11247)

* Adds fix for broken python test

* Removes space

* Fixes another test too
This commit is contained in:
Justin Black 2022-01-06 17:45:49 -08:00 committed by GitHub
parent ef882a4e6c
commit 1343024786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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,

View File

@ -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,