Skip to content

Commit

Permalink
Fix remove satellite packages test (SatelliteQE#15397)
Browse files Browse the repository at this point in the history
Fix remote satellite packages test
  • Loading branch information
Griffin-Sullivan authored Jun 12, 2024
1 parent 5ce77c1 commit 39f7d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/destructive/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ def test_negative_remove_satellite_packages(sat_maintain):
assert result.status != 0
assert (
'Problem: The operation would result in removing the following protected packages: satellite'
in str(result.stderr[1])
in str(result.stderr)
)

0 comments on commit 39f7d18

Please sign in to comment.