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:
@@ -20,5 +20,5 @@ dnssec-policy "bad-keylen" {
|
||||
zone "example.net" {
|
||||
type primary;
|
||||
file "example.db";
|
||||
dnssec-policy "badkeylen";
|
||||
dnssec-policy "bad-keylen";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user