diff --git a/tests/unit_tests/test_hosts.py b/tests/unit_tests/test_hosts.py index c4b8898..ad13872 100644 --- a/tests/unit_tests/test_hosts.py +++ b/tests/unit_tests/test_hosts.py @@ -63,7 +63,7 @@ def mock_query_devices_by_filter_scroll(*, filter, limit, offset): """Mock method for falconpy.Hosts.query_devices_by_filter_scroll. - + Although we use filters (pluralised) in Caracara to avoid overwriting the native Python filter keyword, we have to use filter here so that we match with the Falcon API spec we are mocking.