We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97228c commit 4c6b088Copy full SHA for 4c6b088
1 file changed
packages/google-cloud-core/unit_tests/test_exceptions.py
@@ -40,7 +40,7 @@ def test_ctor_explicit(self):
40
'locationType': 'testing',
41
'message': 'Testing',
42
'reason': 'test',
43
- }
+ }
44
e = self._make_one('Testing', [ERROR])
45
e.code = 600
46
self.assertEqual(str(e), '600 Testing')
@@ -115,7 +115,7 @@ def test_miss_w_content_as_dict(self):
115
116
117
118
119
response = _Response(600)
120
content = {"error": {"message": "Unknown Error", "errors": [ERROR]}}
121
exception = self._call_fut(response, content)
0 commit comments