rimashah25 commented on a change in pull request #5502:
URL: https://github.com/apache/trafficcontrol/pull/5502#discussion_r572257229
##########
File path: traffic_ops/testing/api/v4/servers_test.go
##########
@@ -950,6 +954,11 @@ func UpdateTestServers(t *testing.T) {
t.Fatalf("Cannot test server type change update; server '%s'
had nil type ID", hostName)
}
+ // Check to verify mtu changed
+ if originalMTU == *respServer.Interfaces[0].MTU {
+ t.Errorf("MTU value didn't update. Expected: #{*updatedMTU},
actual: #{*originalMTU}")
Review comment:
ok
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]