From 7c415a45e9f7bb899871918b494e8503bfcd577d Mon Sep 17 00:00:00 2001 From: "Henry H. Andrews" Date: Thu, 13 Aug 2026 12:51:40 -0700 Subject: [PATCH] Remove stray duplicate schema test fail/parameter-object-path-allowReserved.yaml already exists with the same commit message at the same time. I suspect this was a copy-paste error that got swept up in the commit. It is only on v3.1-dev AFAICT. --- .../failparameter-object-path-allowReserved.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/schema/failparameter-object-path-allowReserved.yaml 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: {}