We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70b046 commit 0570642Copy full SHA for 0570642
metadata-ingestion/tests/integration/mode/test_mode.py
@@ -38,7 +38,6 @@
38
39
class MockResponse:
40
def __init__(self, error_list, status_code):
41
- self.text = None
42
self.json_data = None
43
self.error_list = error_list
44
self.status_code = status_code
0 commit comments