ALBS-1040: Investigate why Pungi doesn't put modules packages into the final repos

- The unitttest is fixed
This commit is contained in:
soksanichenko 2023-03-14 18:43:14 +02:00
parent fa4640f03e
commit d7b173cae5
1 changed files with 2 additions and 0 deletions

View File

@ -335,6 +335,7 @@ version: '1'
result = self._koji.listTagged('dist-c8-module-compose')
self.assertEqual([
{
'arch': 'x86_64',
'build_id': 0,
'id': 0,
'name': 'javapackages-tools',
@ -346,6 +347,7 @@ version: '1'
'version': '201801'
},
{
'arch': 'x86_64',
'build_id': 1,
'id': 1,
'name': 'mariadb-devel',