ocket8888 commented on code in PR #7111:
URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r992729491


##########
traffic_portal/test/integration/CommonUtils/API.ts:
##########
@@ -296,7 +296,7 @@ export class API {
             const rand = () => Math.floor(Math.random()*255)+1;
             data.ipAddress = `${rand()}.${rand()}.${rand()}.${rand()}`;
         }
-        if(hasProperty(data, 'name')) {
+        if(hasProperty(data, 'name') && !hasProperty(data, 'noRandomize')) {

Review Comment:
   Does this need to handle if `noRandomize` is `false`?



-- 
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-unsubscr...@trafficcontrol.apache.org

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

Reply via email to