Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
Some integration tests were using expecting the old message format, this
commit fixes it.
  • Loading branch information
r0x0d committed Apr 23, 2024
1 parent 45c3071 commit e6e6e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def test_data_collection_acknowledgement(shell, convert2rhel):
assert c2r.expect("Prepare: Inform about data collection", timeout=300) == 0
assert (
c2r.expect(
"The convert2rhel utility generates a /etc/rhsm/facts/convert2rhel.fact file that contains the below data about the system conversion.",
"The convert2rhel utility generates a /etc/rhsm/facts/convert2rhel.facts file that contains the below data about the system conversion.",
timeout=300,
)
== 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def test_validation_packages_with_in_name_period(shell, convert2rhel, packages_w
assert c2r.expect("Prepare: Inform about data collection", timeout=300) == 0
assert (
c2r.expect(
"The convert2rhel utility generates a /etc/rhsm/facts/convert2rhel.fact file that contains the below data about the system conversion.",
"The convert2rhel utility generates a /etc/rhsm/facts/convert2rhel.facts file that contains the below data about the system conversion.",
timeout=300,
)
== 0
Expand Down

0 comments on commit e6e6e35

Please sign in to comment.