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:
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';
|
||||
|
||||
Reference in New Issue
Block a user