Skip to content

Commit

Permalink
Fix compose.xml content for failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <[email protected]>
  • Loading branch information
mattiaverga committed Oct 23, 2023
1 parent 276df7f commit d560eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bodhi-server/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ def mkmetadatadir(path, updateinfo=None, comps=None, source=False):
<comps>
<group>
<id>testable</id>
<_name>Testable</_name>
<_description>comps group for testing</_description>
<name>Testable</name>
<description>comps group for testing</description>
<packagelist>
<packagereq>testpkg</packagereq>
</packagelist>
Expand Down

0 comments on commit d560eaa

Please sign in to comment.