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 c5006a5 commit e951e47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ballerina/tests/mock_service.bal
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,3 @@ service on new http:Listener(9090) {

};

function init() returns error? {
log:printInfo("Initializing mock service");
check httpListener.attach(mockService, "/");
check httpListener.'start();
}

0 comments on commit e951e47

Please sign in to comment.