MikeThomsen commented on code in PR #7677:
URL: https://github.com/apache/nifi/pull/7677#discussion_r1325250778
##########
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:
This class should be renamed and the tests expanded a bit to flex the
functionality.
--
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]