Skip to content

Commit

Permalink
Fix test_positive_capsule_certs_generate_with_special_char
Browse files Browse the repository at this point in the history
  • Loading branch information
jameerpathan111 committed Feb 6, 2025
1 parent 1efa89c commit a1f794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/destructive/test_capsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def test_positive_capsule_certs_generate_with_special_char(target_sat):
# Verify capsule-certs-generate works with special chars in org.name
_, result, _ = target_sat.capsule_certs_generate(capsule)
assert result.status == 0
assert f'subscription-manager register --org "{org.name}"' in result.stdout
assert '1. Register the Capsule to the Satellite instance' in result.stdout

0 comments on commit a1f794d

Please sign in to comment.