From 5f29b4bc18ddff260c22eb5e4d5dc3f448c26a8e Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Tue, 1 Sep 2020 13:17:24 -0400 Subject: [PATCH] Fixing typo --- awx_collection/test/awx/test_instance_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', {