From 5d7eda1e172f8e396536a8fbd6f85b4b991290e8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:18:37 +0200 Subject: Merging 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