We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d509531 commit b52256bCopy full SHA for b52256b
test/local/grpc_client.py
@@ -91,6 +91,8 @@ def _call(self, args):
91
or (isinstance(error, GrpcError) and expectFailure)):
92
return None
93
raise error
94
+ elif expectedError:
95
+ raise AssertionError(f"Error {expectedError} expected, none received")
96
return response
97
98
def _getSpec(self, args):
0 commit comments