From 47a894a3396f6ce66e4e741a8035e9273dff244f Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 13 Mar 2017 21:02:10 -0400 Subject: [PATCH] Fix up cloudforms license unit test --- awx/main/tests/functional/core/test_licenses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/tests/functional/core/test_licenses.py b/awx/main/tests/functional/core/test_licenses.py index 28d293bc35..7432dbbdcd 100644 --- a/awx/main/tests/functional/core/test_licenses.py +++ b/awx/main/tests/functional/core/test_licenses.py @@ -100,7 +100,7 @@ def test_cloudforms_license(mocker): task_enhancer = TaskEnhancer() vdata = task_enhancer.validate_enhancements() assert vdata['compliant'] is True - assert vdata['subscription_name'] == "Cloudforms License" + assert vdata['subscription_name'] == "Red Hat CloudForms License" assert vdata['available_instances'] == 9999999 assert vdata['license_type'] == 'enterprise' assert vdata['features']['ha'] is True