Skip to content

Commit

Permalink
Fix invalid URL in bloated.cdx.json test file
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nscuro committed Jun 25, 2024
1 parent 308fb0e commit 6cd0310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/boms/bloated.cdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -239316,7 +239316,7 @@
},
{
"type": "issue-tracker",
"url": "https://github.com/cssinjs/jss/issues/new?title=[jss-global]"
"url": "https://github.com/cssinjs/jss/issues/new?title=%5Bjss-global%5D"
},
{
"type": "vcs",
Expand Down Expand Up @@ -378954,4 +378954,4 @@
]
}
]
}
}

0 comments on commit 6cd0310

Please sign in to comment.