mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Fix pep8 errors, rebase
This commit is contained in:
parent
7afd84dc49
commit
0f3aefe592
@ -6,6 +6,7 @@ import pytest
|
||||
from awx.main.models import Inventory, Credential
|
||||
from awx.main.tests.functional.conftest import insights_credential, credentialtype_insights
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_inventory_create(run_module, admin_user, organization, insights_credential):
|
||||
# Create an insights credential
|
||||
@ -33,6 +34,7 @@ def test_inventory_create(run_module, admin_user, organization, insights_credent
|
||||
|
||||
assert inv.organization_id == organization.id
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_invalid_smart_inventory_create(run_module, admin_user, organization):
|
||||
result = run_module('tower_inventory', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user