Skip to content

Commit 6cd0310

Browse files
committed
Fix invalid URL in bloated.cdx.json test file
The file is used for testing BOM uploads with large files. But one of the `externalReferences` within it are invalid, causing the BOM to be rejected when validation is enabled. Signed-off-by: nscuro <[email protected]>
1 parent 308fb0e commit 6cd0310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testdata/boms/bloated.cdx.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -239316,7 +239316,7 @@
239316239316
},
239317239317
{
239318239318
"type": "issue-tracker",
239319-
"url": "https://github.com/cssinjs/jss/issues/new?title=[jss-global]"
239319+
"url": "https://github.com/cssinjs/jss/issues/new?title=%5Bjss-global%5D"
239320239320
},
239321239321
{
239322239322
"type": "vcs",
@@ -378954,4 +378954,4 @@
378954378954
]
378955378955
}
378956378956
]
378957-
}
378957+
}

0 commit comments

Comments
 (0)