mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
python: Reformat with Black, except quotes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5028c081cb
commit
11741543da
@@ -26,9 +26,11 @@ def test_js_bindings(client: Client) -> None:
|
||||
|
||||
for response_data in endpoint_responses:
|
||||
print(f"Testing javascript example: {response_data['name']} ...")
|
||||
validate_against_openapi_schema(response_data['result'],
|
||||
response_data['endpoint'],
|
||||
response_data['method'],
|
||||
response_data['status_code'])
|
||||
validate_against_openapi_schema(
|
||||
response_data['result'],
|
||||
response_data['endpoint'],
|
||||
response_data['method'],
|
||||
response_data['status_code'],
|
||||
)
|
||||
|
||||
print('JavaScript examples validated.')
|
||||
|
||||
Reference in New Issue
Block a user