Skip to content

Commit e1153f5

Browse files
committed
test: change write test to non-integration test
1 parent 2f443de commit e1153f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_write_integration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
from influxdb_client_3.write_client.rest import ApiException
99

1010

11-
@pytest.mark.integration
12-
class TestWriteIntegration:
11+
class TestWriteWithLocalServer:
1312
SAMPLE_RECORD = "mem,tag=one value=1.0"
1413

1514
@staticmethod

0 commit comments

Comments
 (0)