Skip to content

Commit

Permalink
Update the assert message for module list
Browse files Browse the repository at this point in the history
1.update the assert message for module test case
  • Loading branch information
Ling Xiang committed Apr 8, 2024
1 parent 5b57dc6 commit b421a1d
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 b421a1d

Please sign in to comment.