mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Update license data to include subscription_name. Implements API part of https://trello.com/c/4IMj3H4V
This commit is contained in:
parent
0507fd74b9
commit
a72dbe4428
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user