From a5aec5ee897a0050c38c73fe4213bac091fbb528 Mon Sep 17 00:00:00 2001 From: RakhithaRR Date: Thu, 22 Aug 2024 14:17:45 +0530 Subject: [PATCH] Fix revision test failures due to audience --- import-export-cli/integration/testdata/sample-api.yaml | 2 +- .../integration/testdata/sample-revisioned-api.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/import-export-cli/integration/testdata/sample-api.yaml b/import-export-cli/integration/testdata/sample-api.yaml index 0b88ffeb..07232d00 100644 --- a/import-export-cli/integration/testdata/sample-api.yaml +++ b/import-export-cli/integration/testdata/sample-api.yaml @@ -13,7 +13,7 @@ # limitations under the License. type: api # Type of the exported artifact using APICTL -version: v4.4.0 # API Manager version +version: v4.3.0 # API Manager version data: # Contains the meta data of the API id: 28114236-515c-4f40-82e4-6a016e632008 ## API UUID name: PizzaShackAPI # Name of the API without Spaces [required] diff --git a/import-export-cli/integration/testdata/sample-revisioned-api.yaml b/import-export-cli/integration/testdata/sample-revisioned-api.yaml index dabcdf83..13f22108 100644 --- a/import-export-cli/integration/testdata/sample-revisioned-api.yaml +++ b/import-export-cli/integration/testdata/sample-revisioned-api.yaml @@ -28,6 +28,8 @@ data: # Contains the meta data of the API isDefaultVersion: false # Is API default? true|false, if set to true APIM will discard version and make the API default enableSchemaValidation: false # Is schema validation enabled? true|false type: HTTP # Type of the API {HTTP|WS|GRAPHQL|SOAPTOREST} [required] + audiences: # Allowed audiences of the API as a list + - all transport: # Transport protocols as a list - http - https