test(f4): align legacy contracts with lifecycle model

This commit is contained in:
2026-09-08 14:39:55 -03:00
parent 7b6460dff2
commit 4df8f40dd4
14 changed files with 73 additions and 87 deletions
@@ -40,7 +40,6 @@ test('D5.4 stores suggested and actual severity independently on the 1 to 10 sca
assert.match(createFindingDto, /severity\?: number/);
assert.match(findingsService, /suggestedSeverity: catalog\?\.suggestedSeverity/);
assert.match(findingsService, /severity: dto\.severity \?\? catalog\?\.suggestedSeverity/);
assert.match(closingService, /finding\.suggested_severity AS "suggestedSeverity"/);
assert.match(closingService, /finding\.severity/);
assert.match(wordBuilder, /'Gravedad'/);
});