Skip to content

Commit

Permalink
Update ballerina/tests/mock_service.bal
Browse files Browse the repository at this point in the history
Co-authored-by: MohamedSabthar <sabtharugc0@gmail.com>
  • Loading branch information
ThisaraWeerakoon and MohamedSabthar authored Jan 10, 2025
1 parent c03366a commit 17ab617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/tests/mock_service.bal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ service on new http:Listener(9090) {

resource function post crm/v3/objects/meetings/batch/upsert(@http:Payload BatchInputSimplePublicObjectBatchInputUpsert payload) returns BatchResponseSimplePublicUpsertObject|error {
return {
"completedAt": "2025-01-07T08:47:48.319Z",
completedAt: "2025-01-07T08:47:48.319Z",
"requestedAt": "2025-01-07T08:47:48.319Z",
"startedAt": "2025-01-07T08:47:48.319Z",
"results": [
Expand Down

0 comments on commit 17ab617

Please sign in to comment.