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:
parent
8eb12018c0
commit
c1956ba6e1
7 changed files with 13 additions and 12 deletions
|
|
@ -654,7 +654,8 @@ func TestComposeStatusSuccess(t *testing.T) {
|
|||
"kind": "ComposeManifests",
|
||||
"manifests": [
|
||||
{
|
||||
"pipeline": {},
|
||||
"version": "",
|
||||
"pipelines": [],
|
||||
"sources": {}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue