mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
remove unnecessary fixture from org_credential
This commit is contained in:
parent
ddbe54f841
commit
5df846eb0a
@ -158,7 +158,7 @@ def machine_credential():
|
||||
return Credential.objects.create(name='machine-cred', kind='ssh', username='test_user', password='pas4word')
|
||||
|
||||
@pytest.fixture
|
||||
def org_credential(organization, credential):
|
||||
def org_credential(organization):
|
||||
return Credential.objects.create(kind='aws', name='test-cred', organization=organization)
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user