We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806b86b commit 0bf42b0Copy full SHA for 0bf42b0
tests/test_WriteApi.py
@@ -470,6 +470,7 @@ def tearDown(self) -> None:
470
471
def test_connection_option_from_conf_file(self):
472
self.client.close()
473
+ os.chdir("../tests")
474
self.client = InfluxDBClient.from_config_file(os.getcwd() + "/config.ini", self.debug)
475
476
self._check_connection_settings()
@@ -490,6 +491,7 @@ def _check_connection_settings(self):
490
491
492
def test_default_tags_from_conf_file(self):
493
494
495
496
497
self._write_point()
0 commit comments