You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/10/07 20:52:05 UTC

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7116: Use Topology type parameter for Topology API TestCase

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


##########
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:
   True, removed in 49a7d55de0



-- 
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: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org