Skip to content
Snippets Groups Projects
Commit 608853d7 authored by Janet Goldstein's avatar Janet Goldstein
Browse files

WS-601: cleanup after yourself!

parent a6798d52
No related branches found
No related tags found
1 merge request!395WS-601: Fixed broken EVLA CAL test
......@@ -5,6 +5,7 @@ import sys
from pathlib import Path
# pylint: disable=E0401, E0402, R1721, W0611, W0621
import shutil
from ingest_envoy.ingestion_manifest import (
IngestionManifest,
......@@ -105,3 +106,4 @@ def test_entry_point_for_image(ingest_path: Path):
print(f">>> {file.name} present after manifest build")
assert len(ingestion_files_after) == expected_file_count_before + 2
shutil.rmtree(ingest_path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment