Create cert #40
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def test_argparse(mock_start):
|
||||||
|
|
||||||
|
|
||||||
@patch("subprocess.run")
|
@patch("subprocess.run")
|
||||||
@patch("platform.system.lower")
|
@patch("platform.system")
|
||||||
@patch("platform.machine")
|
@patch("platform.machine")
|
||||||
@patch("os.execv")
|
@patch("os.execv")
|
||||||
def test_createcert(mock_run, mock_platform, mock_machine, mock_exec):
|
def test_createcert(mock_run, mock_platform, mock_machine, mock_exec):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue