diff --git a/awx_collection/test/awx/test_instance_group.py b/awx_collection/test/awx/test_instance_group.py index dc564d8fff..248d6f2d91 100644 --- a/awx_collection/test/awx/test_instance_group.py +++ b/awx_collection/test/awx/test_instance_group.py @@ -44,7 +44,7 @@ def test_instance_group_create(run_module, admin_user): @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 }" result = run_module('tower_instance_group', {