Skip to content

Commit 4257469

Browse files
Fix
1 parent 0247b2c commit 4257469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tier_config_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,6 @@ def __init__(self, response='', exception_class=None):
237237

238238
def process_request(self, request):
239239
if self.exception_class:
240-
self.exception_class(self.response)
240+
raise self.exception_class(self.response)
241241
else:
242242
return self.response

0 commit comments

Comments
 (0)