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