mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
create enterprise license in tests
This commit is contained in:
parent
3caf920c7a
commit
d35259c807
@ -179,7 +179,8 @@ class BaseTestMixin(QueueTestMixin, MockCommonlySlowTestMixin):
|
||||
contact_name='AWX Admin',
|
||||
contact_email='awx@example.com',
|
||||
license_date=license_date,
|
||||
instance_count=instance_count)
|
||||
instance_count=instance_count,
|
||||
license_type='enterprise')
|
||||
handle, license_path = tempfile.mkstemp(suffix='.json')
|
||||
os.close(handle)
|
||||
writer.write_file(license_path)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user