Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add missing env from assertion
  • Loading branch information
jetersen committed Feb 3, 2020
commit 1aa3c3f2ba133e0aa2e95e9ebd07ee0a613ef0e7
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public class EnvStepTest {
" }\n" +
"}", true));
WorkflowRun b = story.j.assertBuildStatusSuccess(p.scheduleBuild2(0));
story.j.assertLogContains("a=1 b=2 c=hello world", b);
story.j.assertLogContains("a=1 b=2 c=hello world d=true", b);
List<FlowNode> coreStepNodes = new DepthFirstScanner().filteredNodes(
b.getExecution(),
Predicates.and(
Expand Down