diff --git a/test/test-dbus.py b/test/test-dbus.py index 2f26f002..7a218f8b 100755 --- a/test/test-dbus.py +++ b/test/test-dbus.py @@ -133,7 +133,7 @@ of the regular expressions''' def GrepNotifications(dbuslog): '''finds all Notify calls and returns their parameters as list of line lists''' - return re.findall(r'^method call .* dest=.* .*interface=org.freedesktop.Notifications; member=Notify\n((?:^ .*\n)*)', + return re.findall(r'^method call .* interface=org.freedesktop.Notifications; member=Notify\n((?:^ .*\n)*)', dbuslog, re.MULTILINE)