diff --git a/tests/integration/test_lock.py b/tests/integration/test_lock.py index 6f33c26b..33a1b1ba 100644 --- a/tests/integration/test_lock.py +++ b/tests/integration/test_lock.py @@ -404,7 +404,8 @@ def test_lock_updated_source(pipenv_instance_private_pypi): contents = """ [[source]] url = "{url}/${{MY_ENV_VAR}}" -name = source_with_env_expanded +name = expanded +verify_ssl = false [packages] requests = "==2.14.0"