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