Skip to content

Commit cb2d75e

Browse files
committed
fix doc string
1 parent 2fbfa1a commit cb2d75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_iib_metrics_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def test_parse_commandline_args_is_none(self, mock_logging_info, mock_args):
198198
pushgateway_port= pushgateway_port,
199199
iib_cmd_ver='42'))
200200
def test_parse_commandline_args_is_42(self, mock_logging_info, mock_args):
201-
"""Test for `parse_commandline_args` function for `iib_cmd_ver` is None."""
201+
"""Test for `parse_commandline_args` function for `iib_cmd_ver` is not valid."""
202202
self.assertEqual(
203203
parse_commandline_args(),
204204
(self.pushgateway_host, self.pushgateway_port, self.iib_ver))

0 commit comments

Comments
 (0)