From 7614f6f528f7f439bf47010cabe1631d4165539e Mon Sep 17 00:00:00 2001 From: Subash Pradhan Date: Mon, 4 Nov 2024 18:00:36 +0100 Subject: [PATCH] Fix unit test --- tests/resources/test_configurations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/test_configurations.py b/tests/resources/test_configurations.py index 8ba362f..85aeafa 100644 --- a/tests/resources/test_configurations.py +++ b/tests/resources/test_configurations.py @@ -150,7 +150,7 @@ def test_list_configurations(self, http_client_list_response): "/v3/grants/grant-123/scheduling/configurations", None, None, - None + None, overrides=None, )