From 8c76c0f148f57e3dd63c6b1f81450cb49877e8a6 Mon Sep 17 00:00:00 2001 From: Tiffany Marrel Date: Mon, 5 Jun 2023 09:34:03 +0200 Subject: [PATCH] [Postman] fix use of isBasic from #15294 --- .../src/main/resources/postman-collection/postman.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/postman-collection/postman.mustache b/modules/openapi-generator/src/main/resources/postman-collection/postman.mustache index 2e191fab806b..ddf03f69ae77 100644 --- a/modules/openapi-generator/src/main/resources/postman-collection/postman.mustache +++ b/modules/openapi-generator/src/main/resources/postman-collection/postman.mustache @@ -37,7 +37,7 @@ "type": "string" } ] - },{{/isApiKey}}{{#isBasic}}"auth": { + },{{/isApiKey}}{{#isBasicBasic}}"auth": { "type": "basic", "basic": [ { @@ -51,7 +51,7 @@ "type": "string" } ] - },{{/isBasic}}{{/-first}}{{/authMethods}} + },{{/isBasicBasic}}{{/-first}}{{/authMethods}} "variable": [{{#servers}}{{#-first}} { "key": "baseUrl",