Fix the notification devref location in exception
When the doc structure was changed the location of the notification devref also changed. This patch updates the reference to this doc in the AssertionError emited in the test if new legacy notification is introduced. Change-Id: Iff30752bac64801ad8950eea5861d2b230f30fdf
This commit is contained in:
@@ -368,7 +368,7 @@ class LegacyValidatingNotifier(object):
|
||||
]
|
||||
|
||||
message = _('%(event_type)s is not a versioned notification and not '
|
||||
'whitelisted. See ./doc/source/notification.rst')
|
||||
'whitelisted. See ./doc/source/reference/notifications.rst')
|
||||
|
||||
def __init__(self, notifier):
|
||||
self.notifier = notifier
|
||||
|
||||
Reference in New Issue
Block a user