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-30 14:56:20 +02:00
parent 846b893a46
commit d74557ba35

View File

@@ -20,5 +20,5 @@ dnssec-policy "bad-keylen" {
zone "example.net" {
type primary;
file "example.db";
dnssec-policy "badkeylen";
dnssec-policy "bad-keylen";
};