Skip to content

Commit bb99280

Browse files
committed
SAT-20386 Jira card is closed; removing it.
1 parent 0f48d29 commit bb99280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/foreman/api/test_provisioning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def test_rhel_pxe_provisioning_fips_enabled(
573573

574574
# Verify FIPS is enabled on host after provisioning is completed successfully
575575
result = provisioning_host.execute('cat /proc/sys/crypto/fips_enabled')
576-
assert (0 if is_open('SAT-20386') else 1) == int(result.stdout)
576+
assert int(result.stdout) == 1
577577

578578
# Run a command on the host using REX to verify that Satellite's SSH key is present on the host
579579
# Add workaround for SAT-32007 and SAT-32006

0 commit comments

Comments
 (0)