Skip to content

Commit

Permalink
Fix remote satellite packages test
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffin-Sullivan committed Jun 12, 2024
1 parent 5ce77c1 commit f7f89f8
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 f7f89f8

Please sign in to comment.