From: Miod Vallat Date: Wed, 10 Sep 2025 09:12:03 +0000 (+0200) Subject: Unbreak auth test after TXT record handling changes merge. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16107%2Fhead;p=thirdparty%2Fpdns.git Unbreak auth test after TXT record handling changes merge. Signed-off-by: Miod Vallat --- diff --git a/regression-tests.api/test_Zones.py b/regression-tests.api/test_Zones.py index 6b5c3f2d4..f81180800 100644 --- a/regression-tests.api/test_Zones.py +++ b/regression-tests.api/test_Zones.py @@ -1377,7 +1377,7 @@ $NAME$ 1D IN SOA ns1.example.org. hostmaster.example.org. ( data=json.dumps(payload), headers={'content-type': 'application/json'}) self.assertEqual(r.status_code, 422) - self.assertIn('Data field in DNS should start with quote (") at position 9', r.json()['error']) + self.assertIn('Not in expected format (parsed as', r.json()['error']) def test_zone_rr_update_with_escapes(self): name, payload, zone = self.create_zone()