Skip to content

Commit f2f87ce

Browse files
committed
Initialize client library from config file and environmental properties (#52)
1 parent bbbe164 commit f2f87ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_WriteApi.py

-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ def setUp(self) -> None:
449449
self.customer_tag = "California Miner"
450450
self.data_center_key = "data_center"
451451

452-
os.environ['INFLUXDB_V2_URL'] = "http://localhost:9999"
453452
os.environ['INFLUXDB_V2_TOKEN'] = "my-token"
454453
os.environ['INFLUXDB_V2_TIMEOUT'] = "6000"
455454
os.environ['INFLUXDB_V2_ORG'] = "my-org"

0 commit comments

Comments
 (0)