From c8cd7bb8e006bb0f257b4d6338d037bff46fe201 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Sat, 14 Feb 2026 22:08:17 +0000 Subject: [PATCH] remove local file after tests Signed-off-by: kerthcet --- tests/integration/test_log.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/test_log.py b/tests/integration/test_log.py index f51d9ae..550e852 100644 --- a/tests/integration/test_log.py +++ b/tests/integration/test_log.py @@ -615,3 +615,6 @@ async def fake_worker(): assert data["status"]["input"]["input_example"] == "input_test" assert data["status"]["input"]["input_value"] == 456 assert data["status"]["phase"] == "success" + + # cleanup local artifact file + os.remove(content)