diff -r f5e77035f332 -r 96549de9dd70 sobjects/test/unittest_notification.py --- a/sobjects/test/unittest_notification.py Wed Apr 09 11:25:45 2014 +0200 +++ b/sobjects/test/unittest_notification.py Tue Apr 08 17:39:39 2014 +0200 @@ -40,7 +40,7 @@ # parse_message_id should work with or without surrounding <> self.assertEqual(values, parse_message_id(msgid1[1:-1], 'testapp')) self.assertEqual(values['eid'], '21') - self.assertTrue('timestamp' in values) + self.assertIn('timestamp', values) self.assertEqual(parse_message_id(msgid1[1:-1], 'anotherapp'), None) def test_notimestamp(self):