ericholguin commented on code in PR #7116:
URL: https://github.com/apache/trafficcontrol/pull/7116#discussion_r990485503


##########
traffic_ops/testing/api/utils/utils.go:
##########
@@ -134,10 +144,31 @@ type V5TestData struct {
        Expectations  []CkReqFunc
 }
 
+type clientSession interface {
+       v3client.Session | v4client.Session | v5client.Session

Review Comment:
   Can probably remove `v3client.Session` since not in use by v3?



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