Update plugins/kubernetes/src/components/PodExecTerminal/PodExecTerminal.test.tsx

Co-authored-by: Jamie Klassen <jklassen@vmware.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
This commit is contained in:
Carlos Esteban Lopez Jaramillo
2023-09-05 10:06:58 -05:00
committed by Carlos Esteban Lopez
parent 6da1a1e74b
commit b5e3733987
@@ -31,7 +31,7 @@ import { PodExecTerminal } from './PodExecTerminal';
const textEncoder = new TextEncoder();
describe('K8sTerminal', () => {
describe('PodExecTerminal', () => {
const clusterName = 'cluster1';
const containerName = 'container2';
const podName = 'pod1';