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",