mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 02:28:12 -03:30
fix unit and functional tests
This commit is contained in:
@@ -76,10 +76,10 @@ function NotificationListItem (props) {
|
||||
NotificationListItem.propTypes = {
|
||||
notification: shape({
|
||||
id: number.isRequired,
|
||||
canToggleNotifications: bool.isRequired,
|
||||
name: string.isRequired,
|
||||
notification_type: string.isRequired,
|
||||
}).isRequired,
|
||||
canToggleNotifications: bool.isRequired,
|
||||
detailUrl: string.isRequired,
|
||||
errorTurnedOn: bool,
|
||||
successTurnedOn: bool,
|
||||
|
||||
Reference in New Issue
Block a user