mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 03:28:35 -05:00
Removed print, fixed so inventory tests will still work without a valid license file.
This commit is contained in:
@@ -54,7 +54,6 @@ class LicenseTests(BaseTest):
|
||||
|
||||
vdata = reader.from_string(strdata)
|
||||
|
||||
print vdata
|
||||
assert vdata['available_instances'] == 500
|
||||
assert vdata['current_instances'] == 6
|
||||
assert vdata['free_instances'] == 494
|
||||
|
||||
Reference in New Issue
Block a user