diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-01-15 11:08:34 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-01-15 11:09:47 +0100 |
commit | ae7e4fc1d7766027cf9cc7fcd3b5a3ad29af964e (patch) | |
tree | 27ea05c316783b1039b453135002181dc60e919e /resources/libraries/python/honeycomb/Notifications.py | |
parent | 3c88007b0cb32905af6e133663f4cd1ad44c13de (diff) |
fix failing tests after namespace updates in HC
Change-Id: Idf7cbcf285ff130f771eb3878065e6daa869ac71
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'resources/libraries/python/honeycomb/Notifications.py')
-rw-r--r-- | resources/libraries/python/honeycomb/Notifications.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/libraries/python/honeycomb/Notifications.py b/resources/libraries/python/honeycomb/Notifications.py index 58d835eca0..7bba00a2d2 100644 --- a/resources/libraries/python/honeycomb/Notifications.py +++ b/resources/libraries/python/honeycomb/Notifications.py @@ -42,7 +42,6 @@ class Notifications(Netconf): self.send(subscription) reply = self.get_response( - time_out=time_out, err="Timeout on notifications subscription." ) @@ -65,7 +64,6 @@ class Notifications(Netconf): .format(time_out)) reply = self.get_response( - time_out=time_out, err="Timeout on getting notification." ) |