From 9c8b41861832b4e11870cc6d1fcf431b2966c3e2 Mon Sep 17 00:00:00 2001 From: Arshika Mohottige Date: Wed, 10 Jul 2024 21:07:06 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 441a1455..a9b837ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Ballerina Salesforce Connector +Ballerina Salesforce Connector Checking Build =================== [![Build](https://github.com/ballerina-platform/module-ballerinax-sfdc/workflows/CI/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-sfdc/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/ballerina-platform/module-ballerinax-sfdc/branch/master/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerinax-sfdc) From 64f36bfc1a36b7f29f9cdc9ead0297a6662dcdbb Mon Sep 17 00:00:00 2001 From: aashikam Date: Tue, 16 Jul 2024 21:45:29 +0530 Subject: [PATCH 2/3] Delete lead account after test --- ballerina/modules/soap/tests/test.bal | 1 + 1 file changed, 1 insertion(+) diff --git a/ballerina/modules/soap/tests/test.bal b/ballerina/modules/soap/tests/test.bal index c23b85cb..45f5f78b 100644 --- a/ballerina/modules/soap/tests/test.bal +++ b/ballerina/modules/soap/tests/test.bal @@ -76,4 +76,5 @@ function testconvertLead() { @test:AfterSuite {} function testDeleteRecord() returns error? { check restClient->delete("Account", accountId); + check restClient->delete("Lead", leadId); } From 3eebcfe92ecb7437b56b8b95fff0a10d09ae605c Mon Sep 17 00:00:00 2001 From: aashikam Date: Tue, 16 Jul 2024 21:54:26 +0530 Subject: [PATCH 3/3] Revert changes to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b837ed..441a1455 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Ballerina Salesforce Connector Checking Build +Ballerina Salesforce Connector =================== [![Build](https://github.com/ballerina-platform/module-ballerinax-sfdc/workflows/CI/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-sfdc/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/ballerina-platform/module-ballerinax-sfdc/branch/master/graph/badge.svg)](https://codecov.io/gh/ballerina-platform/module-ballerinax-sfdc)