From c039b3e3568fa9d73b309d049a7e0b94df4a018b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelsalam Date: Mon, 13 May 2024 15:05:45 +0200 Subject: [PATCH] Fix linting errors. --- src/web/pages/reports/__tests__/auditreportrow.jsx | 1 - src/web/pages/reports/details/__tests__/hoststab.jsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/web/pages/reports/__tests__/auditreportrow.jsx b/src/web/pages/reports/__tests__/auditreportrow.jsx index 9cf3c6a0b5..f11473b47e 100644 --- a/src/web/pages/reports/__tests__/auditreportrow.jsx +++ b/src/web/pages/reports/__tests__/auditreportrow.jsx @@ -49,7 +49,6 @@ describe('Audit report row', () => { , ); - const icons = baseElement.querySelectorAll('svg'); const bars = getAllByTestId('progressbar-box'); const links = baseElement.querySelectorAll('a'); const rows = baseElement.querySelectorAll('tr'); diff --git a/src/web/pages/reports/details/__tests__/hoststab.jsx b/src/web/pages/reports/details/__tests__/hoststab.jsx index c1e5fd96f9..d09bcb705a 100644 --- a/src/web/pages/reports/details/__tests__/hoststab.jsx +++ b/src/web/pages/reports/details/__tests__/hoststab.jsx @@ -163,7 +163,6 @@ describe('Audit Report Hosts Tab tests', () => { />, ); - const icons = baseElement.querySelectorAll('svg'); const images = baseElement.querySelectorAll('img'); const links = baseElement.querySelectorAll('a'); const header = baseElement.querySelectorAll('th');