Skip to content

Commit d84ba3a

Browse files
fix: rename test for clarity on URL path prefix error handling
1 parent 56b0bb5 commit d84ba3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_influxdb_client_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def test_url_with_path_prefix(self):
365365
).get_server_version()
366366
assert version == "3.0"
367367

368-
def test_url_lack_path_prefix(self):
368+
def test_url_error_without_path_prefix(self):
369369
server = self.http_server
370370
server.expect_request('/prefix/ping').respond_with_json(
371371
response_json={"version": "3.0"},

0 commit comments

Comments
 (0)