summaryrefslogtreecommitdiff
path: root/tests
diff options
Diffstat (limited to 'tests')
-rw-r--r--tests/autopilot/unity/tests/test_gnome_key_grabber.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopilot/unity/tests/test_gnome_key_grabber.py b/tests/autopilot/unity/tests/test_gnome_key_grabber.py
index 29797fd9b..8287487ed 100644
--- a/tests/autopilot/unity/tests/test_gnome_key_grabber.py
+++ b/tests/autopilot/unity/tests/test_gnome_key_grabber.py
@@ -45,7 +45,7 @@ class GnomeKeyGrabberTests(unity.tests.UnityTestCase):
self.activated = [False]
self.active = True
- def accelerator_activated(action, device):
+ def accelerator_activated(action, device, timestamp):
if self.active and action in self.activatable:
log.info('%d activated' % action)
self.activated[0] = True