Skip to content

Commit

Permalink
remove unused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
opauloh committed Jan 16, 2024
1 parent 3e08578 commit 7d38ad4
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { i18n } from '@kbn/i18n';
import { getSeverityStatusColor } from '../common/utils/get_vulnerability_colors';
import { VulnSeverity } from '../../common/types_old';
import { SeverityStatusBadge } from './vulnerability_badges';
import { CSP_VULNERABILITIES_SEVERITY_MAPPING } from './test_subjects';

interface Props {
total: number;
Expand Down Expand Up @@ -97,11 +96,6 @@ export const VulnerabilitySeverityMap = ({ severityMap, total }: Props) => {
content={<TooltipBody severityMapTooltip={severityMapTooltip} />}
>
<EuiColorPaletteDisplay
data-test-subj={CSP_VULNERABILITIES_SEVERITY_MAPPING}
data-test-severity-map-critical={severityMap.critical}
data-test-severity-map-high={severityMap.high}
data-test-severity-map-medium={severityMap.medium}
data-test-severity-map-low={severityMap.low}
type="fixed"
palette={severityMapPallet}
className={css`
Expand Down

0 comments on commit 7d38ad4

Please sign in to comment.