test: Add $agentInfo to known task runner parsers (no-changelog) (#14525)

This commit is contained in:
Mutasem Aldmour 2025-04-10 15:13:04 +02:00 committed by GitHub
parent 0b460552ba
commit faecb47f15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -295,6 +295,7 @@ describe('BuiltInsParser', () => {
'$thisRunIndex',
'$nodeVersion',
'$nodeId',
'$agentInfo',
'$webhookId',
]);
});