mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Fixing typo
This commit is contained in:
@@ -44,7 +44,7 @@ def test_instance_group_create(run_module, admin_user):
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
def test_continer_group_create(run_module, admin_user, kube_credential):
|
def test_container_group_create(run_module, admin_user, kube_credential):
|
||||||
pod_spec = "{ 'Nothing': True }"
|
pod_spec = "{ 'Nothing': True }"
|
||||||
|
|
||||||
result = run_module('tower_instance_group', {
|
result = run_module('tower_instance_group', {
|
||||||
|
|||||||
Reference in New Issue
Block a user