mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Integrate proptypes for our shared components.
- Fix unit tests. - Fix linter errors.
This commit is contained in:
@@ -112,9 +112,9 @@ describe('<Notifications />', () => {
|
||||
const getNotificationsFn = jest.fn().mockResolvedValue({
|
||||
data: {
|
||||
results: [
|
||||
{ id: 1 },
|
||||
{ id: 2 },
|
||||
{ id: 3 }
|
||||
{ id: 1, notification_type: 'slack' },
|
||||
{ id: 2, notification_type: 'email' },
|
||||
{ id: 3, notification_type: 'github' }
|
||||
]
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user