Skip to content

Commit d725230

Browse files
committed
test: update auth list expectation to verify masked key placeholder
1 parent 858c1bc commit d725230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ describe('auth command & AI clients', () => {
153153
]);
154154
await program.parseAsync(['node', 'test', 'auth', 'list']);
155155
expect(logSpy).toHaveBeenCalledWith(expect.stringContaining('openai'));
156-
expect(logSpy).toHaveBeenCalledWith(expect.stringContaining('supe...ikey'));
156+
expect(logSpy).toHaveBeenCalledWith(expect.stringContaining('(set)'));
157157
});
158158

159159
it('shows empty list message', async () => {

0 commit comments

Comments
 (0)