We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea827c commit eceaea3Copy full SHA for eceaea3
tests/test_influxdb_client_3_integration.py
@@ -83,6 +83,8 @@ def test_error_headers(self):
83
self.client.write("integration_test_python,type=used value=123.0,test_id=")
84
self.assertIn("Could not parse entire line. Found trailing content:", err.exception.message)
85
headers = err.exception.getheaders()
86
+ print("SONN")
87
+ print(headers)
88
try:
89
self.assertIsNotNone(headers)
90
self.assertRegex(headers['trace-id'], '[0-9a-f]{16}')
0 commit comments