diff --git a/tests/integration/pullbuildtrees.py b/tests/integration/pullbuildtrees.py index a5fe18c7b..a0b4d7f35 100644 --- a/tests/integration/pullbuildtrees.py +++ b/tests/integration/pullbuildtrees.py @@ -38,6 +38,7 @@ # cleared as just forcefully removing the refpath leaves dangling objects. def default_state(cli, tmpdir, share): shutil.rmtree(os.path.join(str(tmpdir), "cas")) + shutil.rmtree(os.path.join(str(tmpdir), "assets")) cli.configure( { "artifacts": {"servers": [{"url": share.repo, "push": False}]},