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 2f443de commit e1153f5Copy full SHA for e1153f5
1 file changed
tests/test_write_integration.py
@@ -8,8 +8,7 @@
8
from influxdb_client_3.write_client.rest import ApiException
9
10
11
-@pytest.mark.integration
12
-class TestWriteIntegration:
+class TestWriteWithLocalServer:
13
SAMPLE_RECORD = "mem,tag=one value=1.0"
14
15
@staticmethod
0 commit comments