debian-forge/test/data/sources/org.osbuild.librepo/cases/baseurl.json
Michael Vogt a36fca4b34 test: reformat json data to appease linter
This commit just ran:
```
  find -iname "*.json" -print -exec sh -c 'jq --indent 2 . {} | sponge {}' \;
```
to ensure that the new test json data from librepo is in the format
the linter expects.
2025-01-14 08:19:16 +01:00

25 lines
798 B
JSON

{
"expects": "success",
"org.osbuild.librepo": {
"items": {
"sha256:99fa21f1b67fea84dcb9b3c7f7e09a4f150095cfa7163a19d03972fd7c826f00": {
"path": "Packages/a/a",
"mirror": "0cde5945566ff3feb627eaa84e31223d2b8be54fb446222cded36fc5e5debcc2"
},
"sha256:77e6ed0bed2d720e44d77643f66b05f0eb42b06379990e5ef658ef314c415827": {
"path": "Packages/b/b",
"mirror": "0cde5945566ff3feb627eaa84e31223d2b8be54fb446222cded36fc5e5debcc2"
}
},
"options": {
"mirrors": {
"0cde5945566ff3feb627eaa84e31223d2b8be54fb446222cded36fc5e5debcc2": {
"url": "http://localhost/sources/org.osbuild.librepo/data/",
"type": "baseurl",
"fastest-mirror": true,
"name": "baseurl"
}
}
}
}
}