Modify failing test

This commit is contained in:
psakiev 2023-01-07 20:59:44 -07:00
parent 23b5932f73
commit b86980461f

View File

@ -56,7 +56,7 @@ def test_regression_8083(tmpdir, capfd, mock_packages, mock_fetch, config):
@pytest.mark.regression("12345")
def test_mirror_from_env(tmpdir, mock_packages, mock_fetch, config, mutable_mock_env_path):
mirror_dir = str(tmpdir)
mirror_dir = str(tmpdir.join("mirror_dir"))
env_name = "test"
env("create", env_name)