From 77768691313ddce2d4385805369a7e3dca85cd3a Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Fri, 15 Mar 2024 11:46:57 +0300 Subject: [PATCH] Update aut.py --- test/e2e/fixtures/aut.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/fixtures/aut.py b/test/e2e/fixtures/aut.py index 58ea6a224a..e86261d18d 100644 --- a/test/e2e/fixtures/aut.py +++ b/test/e2e/fixtures/aut.py @@ -26,6 +26,7 @@ def application_logs(): for app_data in configs.testpath.STATUS_DATA.iterdir(): for log in (app_data / 'logs').glob('*.log'): allure.attach.file(log, name=str(log.name), attachment_type=allure.attachment_type.TEXT) + log.unlink() @pytest.fixture