Skip to content

Commit

Permalink
Merge pull request release-engineering#225 from LinglingXiang/develop
Browse files Browse the repository at this point in the history
Update the assert message for module list
  • Loading branch information
rbikar authored Apr 11, 2024
2 parents 5b57dc6 + b421a1d commit e5e419a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_association.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def test_ubipop_not_filter_module_rpm_with_different_version(pulp_client):
mod_name == "container-tools"
), "Expected modulemd: container-tools, found modulemd: {}".format(mod_name)
assert (
"common [d]" in mod_profile
"common" in mod_profile
), "Modulemd container-tools should have common profile as default."


Expand Down

0 comments on commit e5e419a

Please sign in to comment.