mirror of
https://github.com/ansible/awx.git
synced 2026-09-16 00:40:11 -02:30
Fixing up some unit tests for "become" refactor
This commit is contained in:
@@ -396,7 +396,7 @@ class AdHocCommandApiTest(BaseAdHocCommandTest):
|
||||
self.assertEqual(response['limit'], '')
|
||||
self.assertEqual(response['forks'], 0)
|
||||
self.assertEqual(response['verbosity'], 0)
|
||||
self.assertEqual(response['privilege_escalation'], '')
|
||||
self.assertEqual(response['become_enabled'], False)
|
||||
self.put(url, data, expect=405)
|
||||
self.patch(url, data, expect=405)
|
||||
self.delete(url, expect=405)
|
||||
|
||||
Reference in New Issue
Block a user