diff --git a/tests/integration/test_cli.py b/tests/integration/test_cli.py index 01bfa98d..70cc4302 100644 --- a/tests/integration/test_cli.py +++ b/tests/integration/test_cli.py @@ -249,4 +249,4 @@ def test_pipenv_three(PipenvInstance): with PipenvInstance() as p: c = p.pipenv('--three') assert c.return_code == 0 - assert 'Successfully created virtual environment' in c.out \ No newline at end of file + assert 'Successfully created virtual environment' in c.err