Merge "Revert patching _syscmd_uname"

This commit is contained in:
Zuul 2020-10-19 11:12:06 +00:00 committed by Gerrit Code Review
commit 02bb41ef33
1 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@
# under the License.
from http import client as http_client
import platform
from unittest import mock
from pecan import rest
@ -121,7 +120,6 @@ class TestJsonPatchType(api_base.BaseApiTest):
root_controller = ('ironic.tests.unit.api.controllers.v1.'
'test_types.MyRoot')
@mock.patch.object(platform, '_syscmd_uname', lambda *x: '')
def setUp(self):
super(TestJsonPatchType, self).setUp()