From fe95d48980fe6003001725eac10145ff6758ed9f Mon Sep 17 00:00:00 2001 From: Jayana Gunaweera <79576139+JayanaGunaweera01@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:07:10 +0530 Subject: [PATCH] Update create-tenant.sh --- .../2-tenant-creation/create-tenant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/migration-tester/data-population-and-validation/2-tenant-creation/create-tenant.sh b/.github/migration-tester/data-population-and-validation/2-tenant-creation/create-tenant.sh index dae90824aef..067307e61c4 100644 --- a/.github/migration-tester/data-population-and-validation/2-tenant-creation/create-tenant.sh +++ b/.github/migration-tester/data-population-and-validation/2-tenant-creation/create-tenant.sh @@ -26,7 +26,7 @@ response=$(curl -k --location --request POST 'https://localhost:9443/api/server/ --header 'accept: */*' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic YWRtaW46YWRtaW4=' \ - --data-raw '{"domain":"iit.com","owners":[{"username":"admin","password":"admin","email":"jayana@iit.com","firstname":"Jayana","lastname":"Gunaweera","provisioningMethod":"inline-password","additionalClaims":[{"claim":"http://wso2.org/claims/telephone","value":"+94 562 8723"}]}]}') + --data-raw '{"domain":"iit.com","owners":[{"username":"admin","password":"admin","email":"jayana@iit.com","firstname":"Jayana","lastname":"Gunaweera","provisioningMethod":"inline-password"}]}') # Check if the response contains any error message if echo "$response" | grep -q '"error":'; then