Skip to content

Commit 04bf02b

Browse files
feat(CSAF2.1): #373 add mandatory test 6.1.44 - changed string quotation
1 parent 38be717 commit 04bf02b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csaf_2_1/mandatoryTests/mandatoryTest_6_1_44.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export function mandatoryTest_6_1_44(doc) {
173173
ctx.isValid = false
174174
ctx.errors.push({
175175
instancePath: `${prefix}/product_identification_helper/serial_numbers/${invalidNumberIndex}`,
176-
message: `Serial number contains multiple unescaped stars`,
176+
message: 'Serial number contains multiple unescaped stars',
177177
})
178178
})
179179
}
@@ -194,7 +194,7 @@ export function mandatoryTest_6_1_44(doc) {
194194
ctx.isValid = false
195195
ctx.errors.push({
196196
instancePath: `${prefix}/product/product_identification_helper/serial_numbers/${invalidNumberIndex}`,
197-
message: `Serial number contains multiple unescaped stars`,
197+
message: 'Serial number contains multiple unescaped stars',
198198
})
199199
})
200200
branch.branches?.forEach((branch, index) => {

0 commit comments

Comments
 (0)