briansolo1985 commented on code in PR #6475:
URL: https://github.com/apache/nifi/pull/6475#discussion_r988835774
##########
minifi/minifi-c2/minifi-c2-integration-tests/src/test/java/org/apache/nifi/minifi/c2/integration/test/AbstractTestUnsecure.java:
##########
@@ -36,7 +36,7 @@ public abstract class AbstractTestUnsecure {
protected String c2Url;
public static String getUnsecureConfigUrl(Container container) {
- DockerPort dockerPort = container.port(10080);
+ DockerPort dockerPort = container.port(10090);
Review Comment:
Thanks for spotting this, will update
--
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]