Skip to content

Commit 68f0aea

Browse files
committed
commandLineToolsExecutor should use correct pod name
1 parent 6b57da0 commit 68f0aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/specs/miscellaneous/CustomOpenVSXRegistry.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ suite(
199199
});
200200

201201
suiteTeardown('Clean up resources and restore default CHE cluster CR', async function (): Promise<void> {
202+
kubernetesCommandLineToolsExecutor.getPodAndContainerNames();
202203
try {
203204
kubernetesCommandLineToolsExecutor.execInContainerCommand(`oc delete secret regcred -n ${cheClusterNamespace}`);
204205
} catch (error) {

0 commit comments

Comments
 (0)