Skip to content

Commit

Permalink
commandLineToolsExecutor should use correct pod name
Browse files Browse the repository at this point in the history
  • Loading branch information
SkorikSergey committed Feb 3, 2025
1 parent 6b57da0 commit 68f0aea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ suite(
});

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

0 comments on commit 68f0aea

Please sign in to comment.