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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/rpc/test_common.py b/tests/unit/rpc/test_common.py
index c2432f4..6f32005 100644
--- a/tests/unit/rpc/test_common.py
+++ b/tests/unit/rpc/test_common.py
@@ -108,7 +108,7 @@ class RpcCommonTestCase(test_utils.BaseTestCase):
'__unicode__': str_override})
new_ex_type.__module__ = '%s_Remote' % e.__class__.__module__
e.__class__ = new_ex_type
- raise e
+ raise
try:
raise_remote_exception()