From 40304e02193c38cb01daf678e7d52505dd133c82 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:00:18 -0500 Subject: [PATCH] Update test assertion --- tests/test_method.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_method.py b/tests/test_method.py index 893d8ef..5aee754 100644 --- a/tests/test_method.py +++ b/tests/test_method.py @@ -22,4 +22,4 @@ def __call__(self, *args, **kwargs): return self.return_results() method = TestMethod() - assert method() == {"result": [result.as_dict()]} + assert method() == {"result": [result.as_dict()], 'SettingsChange': None}