From 763d7a70626f90a4442a4f7c0a1037a5635a7ca4 Mon Sep 17 00:00:00 2001 From: sgayangi Date: Fri, 3 Nov 2023 10:11:38 +0530 Subject: [PATCH] Fix test case failure --- backoffice/backoffice-domain-service/ballerina/types.bal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backoffice/backoffice-domain-service/ballerina/types.bal b/backoffice/backoffice-domain-service/ballerina/types.bal index 9042765d5d..fb5754b7f4 100644 --- a/backoffice/backoffice-domain-service/ballerina/types.bal +++ b/backoffice/backoffice-domain-service/ballerina/types.bal @@ -391,7 +391,7 @@ public type APIInfo record { string updatedTime?; boolean hasThumbnail?; # State of the API. Only published APIs are visible on the Developer Portal - "CREATED"|"PUBLISHED" state?; + string state?; }; public type APIExternalStore record {