From dce98f87fa6c4d0aab6e75fbcc570a4162a424a4 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Fri, 3 Jul 2026 04:08:20 +0300 Subject: [PATCH] test: cover optional security fixture --- testdata/petstore.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/testdata/petstore.yaml b/testdata/petstore.yaml index 7c51113..2a50c32 100644 --- a/testdata/petstore.yaml +++ b/testdata/petstore.yaml @@ -192,5 +192,6 @@ components: in: header name: X-API-Key security: + - {} - bearerAuth: [] - apiKeyAuth: []