mirror of
https://github.com/ansible/awx.git
synced 2026-07-10 15:58:05 -02:30
fix unit and functional tests
This commit is contained in:
@@ -7,7 +7,13 @@ describe('<OrganizationAccess />', () => {
|
||||
let network;
|
||||
const organization = {
|
||||
id: 1,
|
||||
name: 'Default'
|
||||
name: 'Default',
|
||||
summary_fields: {
|
||||
object_roles: {},
|
||||
user_capabilities: {
|
||||
edit: true
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const data = {
|
||||
|
||||
Reference in New Issue
Block a user