From a3c982b7a2096677e334d37ed500bfed86a5d646 Mon Sep 17 00:00:00 2001 From: "Malte L." Date: Mon, 13 Jan 2025 17:11:44 +0100 Subject: [PATCH] fix: GITLAB_PAYLOAD newline test fail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michal Čihař --- weblate/trans/tests/test_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weblate/trans/tests/test_hooks.py b/weblate/trans/tests/test_hooks.py index 0a154a89b3f8..14f3c11e7a42 100644 --- a/weblate/trans/tests/test_hooks.py +++ b/weblate/trans/tests/test_hooks.py @@ -105,7 +105,7 @@ } """ -GITLAB_PAYLOAD = """ +GITLAB_PAYLOAD = r""" { "object_kind": "push", "event_name": "push",