From 8dfe6c9b3427b7e1cf244e6125cf3bd663efa388 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Wed, 31 Aug 2022 13:17:00 +0300 Subject: [PATCH] Remove unused code statement Signed-off-by: Alex Andreev --- src/behaviours/pod-logs/download-logs.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/behaviours/pod-logs/download-logs.test.tsx b/src/behaviours/pod-logs/download-logs.test.tsx index 521029e2bc..03707ee0d7 100644 --- a/src/behaviours/pod-logs/download-logs.test.tsx +++ b/src/behaviours/pod-logs/download-logs.test.tsx @@ -40,7 +40,6 @@ describe("download logs options in logs dock tab", () => { const logs = new Map([["timestamp", "some-logs"]]); const pod = dockerPod; - loadLogsInjectable.lifecycle; const container = { name: "docker-exporter", image: "docker.io/prom/node-exporter:v1.0.0-rc.0",