Use osbuild2 Manifest in all tests

The test_distro Manifest, which is used in tests across multiple
packages, was using the old structure.  Updated to the v2 structure and
adapted all tests.
This commit is contained in:
Achilleas Koutsou 2022-07-12 11:28:44 +02:00
parent 8eb12018c0
commit c1956ba6e1
7 changed files with 13 additions and 12 deletions

View file

@ -654,7 +654,8 @@ func TestComposeStatusSuccess(t *testing.T) {
"kind": "ComposeManifests",
"manifests": [
{
"pipeline": {},
"version": "",
"pipelines": [],
"sources": {}
}
]