mirror of
https://github.com/ansible/awx.git
synced 2026-08-06 21:01:47 -02:30
Fix existing test failures
This commit is contained in:
@@ -8,7 +8,12 @@ describe('<OrganizationDetail />', () => {
|
||||
description: 'Bar',
|
||||
custom_virtualenv: 'Fizz',
|
||||
created: 'Bat',
|
||||
modified: 'Boo'
|
||||
modified: 'Boo',
|
||||
summary_fields: {
|
||||
user_capabilities: {
|
||||
edit: true
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
test('initially renders succesfully', () => {
|
||||
|
||||
Reference in New Issue
Block a user