We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46f49b commit 43d67a6Copy full SHA for 43d67a6
1 file changed
tests/foreman/ui/test_rhcloud_iop.py
@@ -284,7 +284,6 @@ def test_iop_recommendations_host_details_e2e(
284
assert 'OPENSSH_HARDENING_CONFIG_PERMS' in result.stdout
285
286
result = session.host_new.get_recommendations(rhel_insights_vm.hostname)
287
-
288
assert any(row.get('Description') == OPENSSH_RECOMMENDATION for row in result), (
289
f"No row found with Recommendation == {OPENSSH_RECOMMENDATION}"
290
)
@@ -589,7 +588,6 @@ def test_iop_insights_rbac_no_permissions(
589
588
590
:parametrized: yes
591
592
- :BlockedBy: RHINENG-23601
593
"""
594
# Create user with no advisor or vulnerability permissions
595
user, user_password = create_rbac_user(
0 commit comments