Fix kasp system test bug

This test was succeeding for the wrong reason (policy not found, rather
than bad key length).

(cherry picked from commit 106497b011)
This commit is contained in:
Matthijs Mekking
2023-03-31 10:34:49 +02:00
parent 8561c0ff4b
commit 9e702807cb
@@ -20,5 +20,5 @@ dnssec-policy "bad-keylen" {
zone "example.net" {
type master;
file "example.db";
dnssec-policy "badkeylen";
dnssec-policy "bad-keylen";
};