Skip to content

Commit 56650ba

Browse files
committed
fix: pass CI
1 parent 803549b commit 56650ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ describe('KubeConfig', () => {
596596
} as User);
597597
const opts = {} as requestlib.Options;
598598
expect(() => config.applyToRequest(opts)).to.throw(
599-
'Failed to refresh token: /bin/sh: non-existent-command: command not found');
599+
'Failed to refresh token: /bin/sh: 1: non-existent-command: not found');
600600
});
601601

602602
it('should exec with expired token', () => {

0 commit comments

Comments
 (0)