mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
remove unnecessary fixture from org_credential
This commit is contained in:
@@ -158,7 +158,7 @@ def machine_credential():
|
|||||||
return Credential.objects.create(name='machine-cred', kind='ssh', username='test_user', password='pas4word')
|
return Credential.objects.create(name='machine-cred', kind='ssh', username='test_user', password='pas4word')
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def org_credential(organization, credential):
|
def org_credential(organization):
|
||||||
return Credential.objects.create(kind='aws', name='test-cred', organization=organization)
|
return Credential.objects.create(kind='aws', name='test-cred', organization=organization)
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
|||||||
Reference in New Issue
Block a user