diff --git a/tests/schema/failparameter-object-path-allowReserved.yaml b/tests/schema/failparameter-object-path-allowReserved.yaml deleted file mode 100644 index 1d01ac62e0..0000000000 --- a/tests/schema/failparameter-object-path-allowReserved.yaml +++ /dev/null @@ -1,12 +0,0 @@ -openapi: 3.1.0 -info: - title: api - version: 1.0.0 -components: - parameters: - path: - name: my-path - in: path - required: true - allowReserved: false - schema: {}