mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Fix python lint error about unused format
This commit is contained in:
committed by
holger krekel
parent
6ece2a3449
commit
c185d5b0b5
@@ -51,7 +51,7 @@ def test_group_tracking_plugin(acfactory, lp):
|
|||||||
|
|
||||||
botproc.fnmatch_lines("""
|
botproc.fnmatch_lines("""
|
||||||
*ac_chat_modified*bot test group*
|
*ac_chat_modified*bot test group*
|
||||||
""".format(ac1.get_config("addr")))
|
""")
|
||||||
|
|
||||||
lp.sec("adding third member {}".format(ac2.get_config("addr")))
|
lp.sec("adding third member {}".format(ac2.get_config("addr")))
|
||||||
contact3 = ac1.create_contact(ac2.get_config("addr"))
|
contact3 = ac1.create_contact(ac2.get_config("addr"))
|
||||||
|
|||||||
Reference in New Issue
Block a user