Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
SkorikSergey committed Oct 22, 2024
1 parent 3abb35f commit 63da879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/miscellaneous/CheckUserEnvsTest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type: Opaque
kubernetesCommandLineToolsExecutor.getPodAndContainerNames();

const output: ShellString = kubernetesCommandLineToolsExecutor.execInContainerCommand('env | grep mykey');
expect(output, 'User env not found').contains('mykey=myvalue');
expect(output, 'Environment variable "mykey" from the user secret is not found').contains('mykey=myvalue');
});

suiteTeardown('Open dashboard and close all other tabs', async function (): Promise<void> {
Expand Down

0 comments on commit 63da879

Please sign in to comment.