From 31fbb483b52b7a82f5eaaa8994d45f0e2aa73b63 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 11 Sep 2019 14:46:27 -0400 Subject: [PATCH] fixed test --- test/integration/targets/loop_control/until.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/loop_control/until.yml b/test/integration/targets/loop_control/until.yml index 46ae4204fda..967167ef45e 100644 --- a/test/integration/targets/loop_control/until.yml +++ b/test/integration/targets/loop_control/until.yml @@ -14,4 +14,4 @@ - assert: that: - - untiltest|length == 2 + - untiltest['results']|length == 2