fix typo in tests

pull/148/head
Tim Vahlbrock 7 months 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 (
get_nested_key(
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
)

Loading…
Cancel
Save