jpappa200 commented on code in PR #7719:
URL: https://github.com/apache/trafficcontrol/pull/7719#discussion_r1333118876


##########
lib/go-atscfg/remapdotconfig_test.go:
##########
@@ -1599,16 +1599,16 @@ func 
TestMakeRemapDotConfigMidSlicePluginRangeRequestHandling(t *testing.T) {
        ds.Active = util.BoolPtr(true)
 
        ds2 := DeliveryService{}
-       ds2.ID = util.IntPtr(48)
+       ds2.ID = util.IntPtr(50)
        dsType2 := tc.DSType("HTTP_LIVE_NATNL")
        ds2.Type = &dsType2
-       ds2.OrgServerFQDN = util.StrPtr("origin.example.test")
+       //ds2.OrgServerFQDN = util.StrPtr("origin2.example.test")

Review Comment:
   probably testing and committed by accident. fixed.



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