We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2190152 commit 3fd9f01Copy full SHA for 3fd9f01
tests/test_influxdb_client_3.py
@@ -73,7 +73,7 @@ def test_write_port_overwrite(self):
73
write_port_overwrite=8086,
74
token="my_token",
75
) as client:
76
- self.assertEqual(client._client.url,"http://localhost:8086")
+ self.assertEqual(client._client.url, "http://localhost:8086")
77
78
def test_write_options(self):
79
client = InfluxDBClient3(
0 commit comments