Fix test name to help to reveal its intend
TrivialFix Change-Id: I3be0d92c3ccbc327e19520617984e02640b16676
This commit is contained in:
parent
7777eebfdf
commit
7451182da1
@ -620,7 +620,7 @@ class ResultConsumerTestCase(test.TestCase):
|
||||
@mock.patch("rally.task.engine.threading.Thread")
|
||||
@mock.patch("rally.task.engine.threading.Event")
|
||||
@mock.patch("rally.task.sla.SLAChecker")
|
||||
def test_comsume_results_with_unexpected_failure(self, mock_sla_checker,
|
||||
def test_consume_results_with_unexpected_failure(self, mock_sla_checker,
|
||||
mock_event, mock_thread,
|
||||
mock_task_get_status):
|
||||
mock_sla_instance = mock.MagicMock()
|
||||
|
Loading…
Reference in New Issue
Block a user