提交 1c837d39 编写于 作者: O Oleg Nenashev

Fix the FindBugs issue in the test

上级 5b8d41e6
......@@ -74,7 +74,7 @@ public class JobTest {
Node node = PowerMockito.mock(Node.class);
PowerMockito.doReturn(c).when(node).toComputer();
EnvVars env = job.getEnvironment(node, null);
EnvVars env = job.getEnvironment(node, TaskListener.NULL);
String path = "/test";
env.override("PATH+TEST", path);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册