Update test to match new error message format

Co-authored-by: bdehamer <398027+bdehamer@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-17 16:04:17 +00:00
parent b0f0516e10
commit 88d212f82b
+1 -1
View File
@@ -484,7 +484,7 @@ describe('action', () => {
expect(setFailedMock).toHaveBeenCalledWith(
new Error(
'Too many subjects specified (1025). The maximum number of subjects is 1024.'
'Too many subjects specified (>1024). The maximum number of subjects is 1024.'
)
)
})