ocket8888 commented on code in PR #7881:
URL: https://github.com/apache/trafficcontrol/pull/7881#discussion_r1447725039
##########
experimental/traffic-portal/src/app/api/coordinate.service.spec.ts:
##########
@@ -79,6 +79,38 @@ describe("CoordinateService", () => {
await expectAsync(responseP).toBeResolvedTo(coordinate);
});
+ it("sends requests for multiple coordinates by ID", async () => {
Review Comment:
These `it`s make it seem like the service should be doing something
successfully. We're actually testing that it throws an error when a request
that's supposed to only return one thing instead returns many.
--
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]