Skip to content

Commit

Permalink
Correct import for CLOUD_PROVIDERS
Browse files Browse the repository at this point in the history
  • Loading branch information
djyasin committed Sep 30, 2024
1 parent ca8512d commit 886d52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/tests/functional/models/test_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# AWX
from awx.main.models import Host, Inventory, InventorySource, InventoryUpdate, CredentialType, Credential, Job
from awx.main.constants import CLOUD_PROVIDERS
from awx.main.utils.filters import SmartFilter
from awx.main.utils.plugins import CLOUD_PROVIDERS


@pytest.mark.django_db
Expand Down

0 comments on commit 886d52a

Please sign in to comment.