From 3667197efb7b18ec842efd504785965911f8ac4b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:18:34 +0200 Subject: Adding upstream version 10.0.0+dfsg. Signed-off-by: Daniel Baumann --- .../community/hrobot/tests/unit/plugins/inventory/test_robot.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ansible_collections/community/hrobot/tests') diff --git a/ansible_collections/community/hrobot/tests/unit/plugins/inventory/test_robot.py b/ansible_collections/community/hrobot/tests/unit/plugins/inventory/test_robot.py index c10524f7e..eb8c52a8f 100644 --- a/ansible_collections/community/hrobot/tests/unit/plugins/inventory/test_robot.py +++ b/ansible_collections/community/hrobot/tests/unit/plugins/inventory/test_robot.py @@ -63,6 +63,8 @@ def inventory(): def get_option(option): if option == 'simple_filters': return {} + if option == 'filters': + return [] if option == 'hetzner_user': return 'test' if option == 'hetzner_password': -- cgit v1.2.3