Skip to content

Commit 93afdff

Browse files
wip
1 parent d204e0c commit 93afdff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_influxdb_client_3.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,6 @@ def test_get_version_fail(self):
278278
InfluxDBClient3(
279279
host=f'http://{server.host}:{server.port}', org="ORG", database="DB", token="TOKEN"
280280
).get_server_version()
281+
282+
if __name__ == '__main__':
283+
unittest.main()

0 commit comments

Comments
 (0)