X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FNotifications.py;fp=resources%2Flibraries%2Fpython%2Fhoneycomb%2FNotifications.py;h=7bba00a2d230b7c8f2e957f77bd65f8be1694bdb;hp=58d835eca0e2b600bbd52437050a83b90e7ca12e;hb=ae7e4fc1d7766027cf9cc7fcd3b5a3ad29af964e;hpb=3c88007b0cb32905af6e133663f4cd1ad44c13de 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." )