Skip to content

Commit 3524822

Browse files
committed
Initialize client library from config file and environmental properties (#52)
1 parent 0bf42b0 commit 3524822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_WriteApi.py

+1
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ def tearDown(self) -> None:
470470

471471
def test_connection_option_from_conf_file(self):
472472
self.client.close()
473+
print(os.getcwd())
473474
os.chdir("../tests")
474475
self.client = InfluxDBClient.from_config_file(os.getcwd() + "/config.ini", self.debug)
475476

0 commit comments

Comments
 (0)