Fix pep8 errors, rebase

This commit is contained in:
beeankha 2020-08-26 19:51:10 -04:00
parent 7afd84dc49
commit 0f3aefe592

View File

@ -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', {