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 dfbe0f8 commit abab34aCopy full SHA for abab34a
tests/test_influxdb_client_3.py
@@ -279,5 +279,6 @@ def test_get_version_fail(self):
279
host=f'http://{server.host}:{server.port}', org="ORG", database="DB", token="TOKEN"
280
).get_server_version()
281
282
+
283
if __name__ == '__main__':
284
unittest.main()
0 commit comments