Loading tests/conformance/test_traffic_influence_conformance.py +4 −3 Original line number Diff line number Diff line Loading @@ -43,9 +43,10 @@ STUBBED = { ("PATCH", "/traffic-influences/{trafficInfluenceID}"), } schema = schemathesis.openapi.from_path(SPEC) schema = schema.exclude(method="PATCH", path="/traffic-influences/{trafficInfluenceID}").exclude( method="POST", path="/traffic-influence-devices" schema = ( schemathesis.openapi.from_path(SPEC) .exclude(method="PATCH", path="/traffic-influences/{trafficInfluenceID}") .exclude(method="POST", path="/traffic-influence-devices") ) schema.app = app schema.config.generation.update(max_examples=10, no_shrink=True) Loading Loading
tests/conformance/test_traffic_influence_conformance.py +4 −3 Original line number Diff line number Diff line Loading @@ -43,9 +43,10 @@ STUBBED = { ("PATCH", "/traffic-influences/{trafficInfluenceID}"), } schema = schemathesis.openapi.from_path(SPEC) schema = schema.exclude(method="PATCH", path="/traffic-influences/{trafficInfluenceID}").exclude( method="POST", path="/traffic-influence-devices" schema = ( schemathesis.openapi.from_path(SPEC) .exclude(method="PATCH", path="/traffic-influences/{trafficInfluenceID}") .exclude(method="POST", path="/traffic-influence-devices") ) schema.app = app schema.config.generation.update(max_examples=10, no_shrink=True) Loading