def test_start_successfully(self):
        self.mock_object(
            self.fake_client.driver, 'start',
            mock.Mock(return_value=True))