mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-10 04:19:37 +00:00
refactor param names
This commit is contained in:
@@ -54,7 +54,7 @@ def test_no_swagger_json_app(simple_api_spec_dir):
|
||||
assert swagger_json.status_code == 404
|
||||
|
||||
|
||||
def test_dic_as_yaml_path(simple_api_spec_dir):
|
||||
def test_dict_as_yaml_path(simple_api_spec_dir):
|
||||
|
||||
swagger_yaml_path = simple_api_spec_dir / 'swagger.yaml'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user