]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Unbreak auth test after TXT record handling changes merge. 16107/head
authorMiod Vallat <miod.vallat@powerdns.com>
Wed, 10 Sep 2025 09:12:03 +0000 (11:12 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Wed, 10 Sep 2025 09:12:03 +0000 (11:12 +0200)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
regression-tests.api/test_Zones.py

index 6b5c3f2d47a3d07a3e7a7b5640730abb646a20ea..f81180800a95eac01bf77102c75d42b66e95e623 100644 (file)
@@ -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()