mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-03 21:33:08 +08:00
renaming koji_arches to arches
Signed-off-by: Valerij Maljulin <vmaljuli@redhat.com>
This commit is contained in:
@@ -566,7 +566,7 @@ class TestUtils:
|
||||
module_build_service.utils.format_mmd(mmd1, None)
|
||||
|
||||
for pkg in mmd1.get_rpm_components().values():
|
||||
assert set(pkg.get_arches().get()) == set(conf.koji_arches)
|
||||
assert set(pkg.get_arches().get()) == set(conf.arches)
|
||||
|
||||
mmd2 = Modulemd.Module().new_from_file(testmodule_mmd_path)
|
||||
mmd2.upgrade()
|
||||
|
||||
Reference in New Issue
Block a user