mmiklavc commented on a change in pull request #1554: METRON-2307: Migrate to
JUnit5
URL: https://github.com/apache/metron/pull/1554#discussion_r346959183
##########
File path:
metron-interface/metron-rest/src/test/java/org/apache/metron/rest/service/impl/DockerStormCLIWrapperTest.java
##########
@@ -71,12 +64,11 @@ public void
getProcessBuilderShouldProperlyGenerateProcessorBuilder() throws Exc
ProcessBuilder actualBuilder =
dockerStormCLIWrapper.getProcessBuilder("oo", "ooo");
+ assertThat(actualBuilder.environment(), hasEntry("METRON_VERSION", "1"));
Review comment:
Thank you.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services