rimashah25 commented on code in PR #7099:
URL: https://github.com/apache/trafficcontrol/pull/7099#discussion_r1025534716


##########
traffic_ops/testing/api/utils/utils.go:
##########
@@ -157,7 +168,7 @@ type requestOpts interface {
 
 // TestData represents the data needed for testing the api endpoints.
 type TestData[C clientSession, R requestOpts, B any] struct {
-       EndpointId    func() int
+       EndpointID    func() int

Review Comment:
   Same as above comment.



##########
traffic_ops/testing/api/utils/utils.go:
##########
@@ -139,7 +150,7 @@ type V4TestData struct {
 
 // V5TestData represents the data needed for testing the v5 api endpoints.
 type V5TestData struct {
-       EndpointId    func() int
+       EndpointID    func() int

Review Comment:
   Same as above comment.



-- 
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