Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 4a8cb2d

Browse files
committed
fix custom button wait for ansible issue
1 parent b4c6a8c commit 4a8cb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfme/fixtures/ansible_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def target_machine(provider, setup_provider_modscope):
287287

288288

289289
@pytest.fixture(scope="module")
290-
def target_machine_ansible_creds(appliance, target_machine):
290+
def target_machine_ansible_creds(appliance, wait_for_ansible, target_machine):
291291
creds = appliance.collections.ansible_credentials.create(
292292
name=fauxfactory.gen_alpha(start="cred_"),
293293
credential_type="Machine",

0 commit comments

Comments
 (0)