ocket8888 commented on code in PR #7497:
URL: https://github.com/apache/trafficcontrol/pull/7497#discussion_r1198265693


##########
experimental/traffic-portal/src/app/api/testing/server.service.ts:
##########
@@ -460,4 +487,21 @@ export class ServerService {
                this.capabilities.push(created);
                return created;
        }
+
+       /**
+        * Deletes an existing server.
+        *
+        * @param server The Server to be deleted, or just its ID.
+        * @returns The deleted server.
+        */
+       public async deleteServer(server: number | ResponseServer): 
Promise<ResponseServer> {

Review Comment:
   the methods added to this service need test coverage



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to