Update osbuild/images to v0.88.0
Adjust all paces that call `Solver.Depsolve()`, to cope with the changes that enabled SBOM support. Fix loading of testing repositories in the CloudAPI unit tests. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
b2096c2963
commit
7bdd036395
19 changed files with 169 additions and 57 deletions
|
|
@ -35,7 +35,7 @@ func newV2Server(t *testing.T, dir string, depsolveChannels []string, enableJWT
|
|||
distros := distrofactory.NewTestDefault()
|
||||
require.NotNil(t, distros)
|
||||
|
||||
repos, err := reporegistry.NewTestedDefault()
|
||||
repos, err := reporegistry.New([]string{"../../../test/data"})
|
||||
require.Nil(t, err)
|
||||
require.NotNil(t, repos)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue