Skip to content

Commit 99163d6

Browse files
ci: apply automated fixes
1 parent 1a287c0 commit 99163d6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/typescript/ai-code-mode/tests/validate-bindings.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,7 @@ describe('warnIfBindingsExposeSecrets — nested schema recursion', () => {
267267
},
268268
])
269269

270-
expect(warnSpy).toHaveBeenCalledWith(
271-
expect.stringContaining('accessToken'),
272-
)
270+
expect(warnSpy).toHaveBeenCalledWith(expect.stringContaining('accessToken'))
273271
warnSpy.mockRestore()
274272
})
275273

0 commit comments

Comments
 (0)