Update test_z_problem.py

fix bad test
This commit is contained in:
Brian Martin 2019-06-08 16:49:11 -04:00
parent 1f0e417760
commit b7aea02444

View file

@ -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):