From: Otto Moerbeek Date: Mon, 31 Jul 2023 12:44:13 +0000 (+0200) Subject: Test a few non-ASCII chars in comments X-Git-Tag: rec-5.0.0-alpha1~45^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56726eb113ab135ec890e79e94c0393986e9edad;p=thirdparty%2Fpdns.git Test a few non-ASCII chars in comments --- 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, }], },