Fix notification system to use the new tuple correctly
This commit is contained in:
parent
9f4ffca736
commit
bf3e941d7f
5 changed files with 28 additions and 72 deletions
|
@ -9,7 +9,7 @@ def test_all_notifications(app):
|
|||
# Create a test notification.
|
||||
test_notification = AttrDict({
|
||||
'repository': AttrDict({
|
||||
'namespace_user': AttrDict(dict(username='foo')),
|
||||
'namespace_name': AttrDict(dict(username='foo')),
|
||||
'name': 'bar',
|
||||
}),
|
||||
'event_config_dict': {
|
||||
|
|
Reference in a new issue