summaryrefslogtreecommitdiffstats
path: root/cli/tests/test_argparse_translator_obbject_registry.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/test_argparse_translator_obbject_registry.py')
-rw-r--r--cli/tests/test_argparse_translator_obbject_registry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/test_argparse_translator_obbject_registry.py b/cli/tests/test_argparse_translator_obbject_registry.py
index a37e5a33541..53a4a1cea80 100644
--- a/cli/tests/test_argparse_translator_obbject_registry.py
+++ b/cli/tests/test_argparse_translator_obbject_registry.py
@@ -35,7 +35,7 @@ def mock_obbject():
obb.extra = {"command": "test_command"}
obb._route = "/test/route"
obb._standard_params = Mock()
- obb._standard_params.__dict__ = {}
+ obb._standard_params = {}
obb.results = [MockModel(1), MockModel(2)]
return obb