Skip to content

Commit 8ced376

Browse files
author
Arvind Jangir
committed
fix test
1 parent c19685d commit 8ced376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/features_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ def test_foremanctl_features():
99
for noise in ['PLAY [', 'TASK [', 'ok:', 'changed:', 'PLAY RECAP']:
1010
assert noise not in result.stdout, f"Ansible output not suppressed: found '{noise}'"
1111

12-
for feature in ['foreman', 'foreman-proxy', 'azure_rm']:
12+
for feature in ['foreman', 'foreman-proxy', 'azure-rm']:
1313
assert feature in result.stdout, f"Expected feature '{feature}' in output"

0 commit comments

Comments
 (0)