Adjust test for turning off capturing
This commit is contained in:
parent
734f4b31cb
commit
81b09ba73f
@ -168,7 +168,7 @@ class TestUpdateCaCerts(MockerTestCase):
|
|||||||
def test_commands(self):
|
def test_commands(self):
|
||||||
mock_check_call = self.mocker.replace(util.subp,
|
mock_check_call = self.mocker.replace(util.subp,
|
||||||
passthrough=False)
|
passthrough=False)
|
||||||
mock_check_call(["update-ca-certificates"])
|
mock_check_call(["update-ca-certificates"], capture=False)
|
||||||
self.mocker.replay()
|
self.mocker.replay()
|
||||||
|
|
||||||
cc_ca_certs.update_ca_certs()
|
cc_ca_certs.update_ca_certs()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user