From f91fa9f765b92a3587d091ade6dc5c9f3fe2e8c3 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Tue, 13 Nov 2012 00:09:24 +0100 Subject: [PATCH] Fix lookup plugin test --- test/TestPlayBook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TestPlayBook.py b/test/TestPlayBook.py index 55e318cb66..9ff679973d 100644 --- a/test/TestPlayBook.py +++ b/test/TestPlayBook.py @@ -202,7 +202,7 @@ class TestPlaybook(unittest.TestCase): assert utils.jsonify(expected, format=True) == utils.jsonify(actual,format=True) - assert len(EVENTS) == 44 + assert len(EVENTS) == 60 def test_includes(self): pb = os.path.join(self.test_dir, 'playbook-includer.yml')