diff --git a/tests/test_common.py b/tests/test_common.py index a6bee8c..2061f09 100644 --- a/tests/test_common.py +++ b/tests/test_common.py @@ -277,6 +277,7 @@ def test_build_default_parameters(self): "elevation": True, "id": None, "options": {}, + "extra_info": None, } self.assertDictEqual(params, test_params)