Skip to content

Commit

Permalink
a comma too much
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Feb 19, 2020
1 parent 20d8cf7 commit 4f52a0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public class EnvStepTest {
p.setDefinition(new CpsFlowDefinition(
"node {\n" +
" withEnv(a: 1, b: 2, c: 'hello world', d: true, e: null) {\n" +
" echo(/a=$a b=$b c=$c d=$d, e=${env.e}/)" +
" echo(/a=$a b=$b c=$c d=$d e=${env.e}/)" +
" }\n" +
"}", true));
WorkflowRun b = story.j.assertBuildStatusSuccess(p.scheduleBuild2(0));
Expand Down

0 comments on commit 4f52a0f

Please sign in to comment.