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 56b0bb5 commit d84ba3aCopy full SHA for d84ba3a
tests/test_influxdb_client_3.py
@@ -365,7 +365,7 @@ def test_url_with_path_prefix(self):
365
).get_server_version()
366
assert version == "3.0"
367
368
- def test_url_lack_path_prefix(self):
+ def test_url_error_without_path_prefix(self):
369
server = self.http_server
370
server.expect_request('/prefix/ping').respond_with_json(
371
response_json={"version": "3.0"},
0 commit comments