dnf tests: unique environment/group name (#84785)

Prevents `Group state for \"customenvgroup\" not found` error which may
or may not be a regression in dnf5. Just name groups/envs uniquely to
workaround the issue.
pull/84796/head
Martin Krizek 10 months ago committed by GitHub
parent c02ad3516f
commit 09391f38f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@
<group>
<id>customenvgroup</id>
<name>Custom Environment Group</name>
<name>Custom Group in Environment</name>
<description></description>
<default>false</default>
<uservisible>false</uservisible>

Loading…
Cancel
Save