diff --git a/tests/__init__.py b/tests/__init__.py index 84c0b54..c1957f3 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -101,7 +101,8 @@ def mock_remote_object( def create_remote_person( url, name, - publicKey): + publicKey, + **fields): mock_remote_object( url=url, @@ -109,6 +110,7 @@ def create_remote_person( url=url, name=name, publicKey = publicKey, + **fields, )), )