Fix kasp system test bug

This test was succeeding for the wrong reason (policy not found, rather
than bad key length).
This commit is contained in:
Matthijs Mekking
2023-03-30 14:56:20 +02:00
parent aa760f997d
commit 106497b011

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";
};