mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03: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['valid_key'] is True
|
||||
assert vdata['compliant'] is False
|
||||
assert vdata['subscription_name']
|
||||
|
||||
def test_expired_licenses(self):
|
||||
reader = TaskSerializer()
|
||||
|
||||
Reference in New Issue
Block a user