mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 03:17:39 -02:30
Update license data to include subscription_name. Implements API part of https://trello.com/c/4IMj3H4V
This commit is contained in:
@@ -78,6 +78,7 @@ class LicenseTests(BaseTest):
|
|||||||
assert vdata['time_remaining'] < 0
|
assert vdata['time_remaining'] < 0
|
||||||
assert vdata['valid_key'] is True
|
assert vdata['valid_key'] is True
|
||||||
assert vdata['compliant'] is False
|
assert vdata['compliant'] is False
|
||||||
|
assert vdata['subscription_name']
|
||||||
|
|
||||||
def test_expired_licenses(self):
|
def test_expired_licenses(self):
|
||||||
reader = TaskSerializer()
|
reader = TaskSerializer()
|
||||||
|
|||||||
Reference in New Issue
Block a user