mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 00:07:40 -02:30
mostly includes renaming non-syntax references to tower
This commit is contained in:
@@ -78,7 +78,7 @@ def test_children_alias_of_groups(run_module, admin_user, organization):
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_tower_group_idempotent(run_module, admin_user):
|
||||
def test_group_idempotent(run_module, admin_user):
|
||||
# https://github.com/ansible/ansible/issues/46803
|
||||
org = Organization.objects.create(name='test-org')
|
||||
inv = Inventory.objects.create(name='test-inv', organization=org)
|
||||
|
||||
Reference in New Issue
Block a user