summaryrefslogtreecommitdiffstats
path: root/tests/unit/rpc/test_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/rpc/test_common.py')
-rw-r--r--tests/unit/rpc/test_common.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/rpc/test_common.py b/tests/unit/rpc/test_common.py
index 73ca63b..471048c 100644
--- a/tests/unit/rpc/test_common.py
+++ b/tests/unit/rpc/test_common.py
@@ -144,7 +144,8 @@ class RpcCommonTestCase(test_utils.BaseTestCase):
six.text_type(after_exc))
def test_deserialize_remote_exception_args_and_kwargs(self):
- """
+ """Test user exception deserialization.
+
Ensure a user defined exception will be supplied the correct args and
kwargs while being deserialized.
"""