refactor param names

This commit is contained in:
Daniel DeFisher
2016-10-18 09:22:45 -04:00
parent 5a6cdb51a2
commit 1e82c66f29
3 changed files with 20 additions and 20 deletions

View File

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