From 8c1379e820ebcb8dec8b7d1542bf89557bbf479b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 16 Feb 2025 00:08:15 +0100 Subject: [PATCH] tests: fix indentation in Python test script --- tests/scripts/python/testapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/python/testapi.py b/tests/scripts/python/testapi.py index fe3501994..e86b0ff0e 100644 --- a/tests/scripts/python/testapi.py +++ b/tests/scripts/python/testapi.py @@ -623,7 +623,7 @@ def test_hooks(): buffer = weechat.buffer_search_main() # hook_completion / hook_completion_args / and hook_command hook_cmplt1 = weechat.hook_completion('{SCRIPT_NAME}1', 'description', - 'completion1_cb', 'completion_data') + 'completion1_cb', 'completion_data') hook_cmd1 = weechat.hook_command('cmd1' + '{SCRIPT_NAME}', 'description', 'arguments', 'description arguments', '%(' + '{SCRIPT_NAME}1' + ')',