Open ruda opened 2 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.85%. Comparing base (
81b55aa
) to head (4bca5f8
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Dependencies:
Before this change, the code of
test_OS_found_deployment_report
expected to match the attributesname
,release
andversion
by looking as if it fits as a substring of the target result.After this change, the test expected to match the attributes name and release by looking at the beginning of the string and matching. We require to have an exact match for the
version
attribute (expected vs found).Relates to JIRA: DISCOVERY-783 https://issues.redhat.com/browse/DISCOVERY-783