diff options
Diffstat (limited to 'resources/libraries/robot/honeycomb/notifications.robot')
-rw-r--r-- | resources/libraries/robot/honeycomb/notifications.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/honeycomb/notifications.robot b/resources/libraries/robot/honeycomb/notifications.robot index f46f7eec66..c5a481739c 100644 --- a/resources/libraries/robot/honeycomb/notifications.robot +++ b/resources/libraries/robot/honeycomb/notifications.robot @@ -45,7 +45,7 @@ | | ... | \| GigabitEthernet0/8/0 \| up \| | | [Arguments] | ${interface} | ${state} | | ${reply}= | Get notification -| | Should contain | ${reply} | <interface-state-change +| | Should contain | ${reply} | <interface-change | | Should contain | ${reply} | <name>${interface}</name> | | Should contain | ${reply} | <admin-status>${state}</admin-status> |