levilentz commented on code in PR #7677:
URL: https://github.com/apache/nifi/pull/7677#discussion_r1328007426


##########
nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/src/test/java/org/apache/nifi/graph/GremlinClientServiceIT.java:
##########
@@ -42,20 +42,20 @@ public void setup() throws Exception {
         clientService = new TestableGremlinClientService();
         runner = TestRunners.newTestRunner(NoOpProcessor.class);
         runner.addControllerService("gremlinService", clientService);
-        runner.setProperty(clientService, 
AbstractTinkerpopClientService.CONTACT_POINTS, "localhost");

Review Comment:
   Tracking, I am planning on building out integration tests utilizing test 
containers, will be doing that shortly after I verify the most recent changes 
work with my local test env. 



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