From c133e09f7d5ba0de1e4e074eba555d67053cf3f4 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 31 Jul 2023 14:44:13 +0200 Subject: [PATCH] Test a few non-ASCII chars in comments (cherry picked from commit 56726eb113ab135ec890e79e94c0393986e9edad) --- regression-tests.api/test_Zones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.api/test_Zones.py b/regression-tests.api/test_Zones.py index 46d92f5520..44e1f4c891 100644 --- a/regression-tests.api/test_Zones.py +++ b/regression-tests.api/test_Zones.py @@ -251,7 +251,7 @@ class AuthZones(ApiTestCase, AuthZonesHelperMixin): "type": "soa", # test uppercasing of type, too. "comments": [{ "account": "test1", - "content": "blah blah", + "content": "blah blah and test a few non-ASCII chars: ö, € and 😀", "modified_at": 11112, }], }, -- 2.47.3