From a8ca2c80d4957586bf6fff1f02fc82d002724687 Mon Sep 17 00:00:00 2001 From: Andy Shen Date: Thu, 12 Aug 2021 07:32:02 +1000 Subject: [PATCH] skip 3.1.0 --- test/specs/real-world/fetch-api-list.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/specs/real-world/fetch-api-list.js b/test/specs/real-world/fetch-api-list.js index 99834811..656ae30e 100644 --- a/test/specs/real-world/fetch-api-list.js +++ b/test/specs/real-world/fetch-api-list.js @@ -44,6 +44,7 @@ function deleteProblematicAPIs (apis) { // openapi 3.1.0 not yet supported delete apis["adyen.com:AccountService"]; delete apis["adyen.com:BalancePlatformService"]; + delete apis["adyen.com:BinLookupService"]; delete apis["adyen.com:CheckoutService"]; delete apis["adyen.com:FundService"]; delete apis["adyen.com:HopService"];