From a72dbe442881564a9cb0048b73ee30b0a5cff718 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Fri, 29 May 2015 22:31:22 -0400 Subject: [PATCH] Update license data to include subscription_name. Implements API part of https://trello.com/c/4IMj3H4V --- awx/main/tests/licenses.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/tests/licenses.py b/awx/main/tests/licenses.py index 93e1a50ee2..f6c577deb4 100644 --- a/awx/main/tests/licenses.py +++ b/awx/main/tests/licenses.py @@ -78,6 +78,7 @@ class LicenseTests(BaseTest): assert vdata['time_remaining'] < 0 assert vdata['valid_key'] is True assert vdata['compliant'] is False + assert vdata['subscription_name'] def test_expired_licenses(self): reader = TaskSerializer()