mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
more rename, mostly in test
This commit is contained in:
@@ -21,7 +21,7 @@ def test_create_application(run_module, admin_user):
|
||||
'organization': 'foo',
|
||||
}
|
||||
|
||||
result = run_module('tower_application', module_args, admin_user)
|
||||
result = run_module('application', module_args, admin_user)
|
||||
assert result.get('changed'), result
|
||||
|
||||
application = OAuth2Application.objects.get(name='foo_app')
|
||||
|
||||
Reference in New Issue
Block a user