Mercurial > libervia-backend
diff sat/test/test_plugin_xep_0297.py @ 2765:378188abe941
misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 11 Jan 2019 11:13:15 +0100 |
parents | 56f94936df1e |
children | 003b8b4b56a7 |
line wrap: on
line diff
--- a/sat/test/test_plugin_xep_0297.py Fri Jan 11 10:18:02 2019 +0100 +++ b/sat/test/test_plugin_xep_0297.py Fri Jan 11 11:13:15 2019 +0100 @@ -82,7 +82,7 @@ profile_key=C.PROFILE[0], ) d.addCallback( - lambda dummy: self.assertEqualXML( + lambda __: self.assertEqualXML( self.host.getSentMessageXml(0), output, True ) )