fix(lint): check type assertion error in codex transform test
The errcheck linter flagged an unchecked type assertion on item["type"].(string). Use the two-value form with require.True to satisfy the linter and fail clearly on unexpected types.
Please register or sign in to comment