fix typo in tests

pull/148/head
Tim Vahlbrock 2 years ago
parent c57a8646bc
commit 57256b794e
No known key found for this signature in database

@ -88,7 +88,7 @@ def test_mitmproxy2swagger_generates_swagger_from_mitmproxy_flow_file_with_gener
assert ( assert (
get_nested_key( get_nested_key(
data, data,
"paths./.post.responses.200.content.application/json.schemar.properties.numeric.additionalProperties", "paths./.post.responses.200.content.application/json.schema.properties.numeric.additionalProperties",
) )
is not None is not None
) )

Loading…
Cancel
Save