We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803549b commit 56650baCopy full SHA for 56650ba
src/config_test.ts
@@ -596,7 +596,7 @@ describe('KubeConfig', () => {
596
} as User);
597
const opts = {} as requestlib.Options;
598
expect(() => config.applyToRequest(opts)).to.throw(
599
- 'Failed to refresh token: /bin/sh: non-existent-command: command not found');
+ 'Failed to refresh token: /bin/sh: 1: non-existent-command: not found');
600
});
601
602
it('should exec with expired token', () => {
0 commit comments