From 0dc6dd5cfba61654a0055f711744d00831b0be4e Mon Sep 17 00:00:00 2001 From: Chris Hammond Date: Fri, 1 Nov 2024 09:58:17 -0400 Subject: [PATCH] Linter fix --- tests/unit_tests/test_hosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.