sqaushed and fixed sanity test issues

This commit is contained in:
Jake Jackson
2019-11-20 14:57:15 -05:00
parent a9e5981cfe
commit 15041e57b2
3 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ def main():
user=dict(),
team=dict(),
role=dict(choices=["admin", "read", "member", "execute", "adhoc", "update", "use", "auditor", "project_admin", "inventory_admin", "credential_admin",
"workflow_admin", "notification_admin", "job_template_admin"]),
"workflow_admin", "notification_admin", "job_template_admin"], required=True),
target_team=dict(),
inventory=dict(),
job_template=dict(),