shamrickus commented on code in PR #7434:
URL: https://github.com/apache/trafficcontrol/pull/7434#discussion_r1170294175
##########
experimental/traffic-portal/nightwatch/globals/globals.ts:
##########
@@ -382,6 +390,19 @@ const globals = {
console.log(`Successfully created Type
${respType.name}`);
data.type = respType;
+ const profile: RequestProfile = {
+ cdn: 1,
Review Comment:
nit: I would prefer this to use `respCDN.id` so that the tests work
regardless of what the environment currently looks like; however, CDN 1 is the
`ALL` CDN which is not able to be deleted so this is fine and should always
work.
--
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]