We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19685d commit 8ced376Copy full SHA for 8ced376
tests/features_test.py
@@ -9,5 +9,5 @@ def test_foremanctl_features():
9
for noise in ['PLAY [', 'TASK [', 'ok:', 'changed:', 'PLAY RECAP']:
10
assert noise not in result.stdout, f"Ansible output not suppressed: found '{noise}'"
11
12
- for feature in ['foreman', 'foreman-proxy', 'azure_rm']:
+ for feature in ['foreman', 'foreman-proxy', 'azure-rm']:
13
assert feature in result.stdout, f"Expected feature '{feature}' in output"
0 commit comments