test(f4): align legacy contracts with lifecycle model
This commit is contained in:
@@ -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'/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user