Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed Oct 10, 2023
1 parent 5b0380c commit 9681b21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ void testInvocationCondition() {
void testConditionalBlockOutput() {
Script script = load("controller/conditional-block.xml");
Context context = Context.create();
context.putValue("bool", Value.create(true), ContextValue.ValueKind.EXTERNAL);
context.putValue("foo", Value.create(true), ContextValue.ValueKind.EXTERNAL);
context.putValue("bar", Value.create(false), ContextValue.ValueKind.EXTERNAL);

Controller.walk(script, context);

Expand Down

0 comments on commit 9681b21

Please sign in to comment.