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)