From: Štěpán Balážik Date: Tue, 19 Jan 2021 16:03:51 +0000 (+0100) Subject: bogus_log: fix bogus_log test to new error handling X-Git-Tag: v5.3.0~15^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e718b5106e5ab49eda5d0128eaece01a80d02e;p=thirdparty%2Fknot-resolver.git bogus_log: fix bogus_log test to new error handling --- diff --git a/modules/bogus_log/test.integr/kresd_config.j2 b/modules/bogus_log/test.integr/kresd_config.j2 index 4054fd22e..3bf1203ea 100644 --- a/modules/bogus_log/test.integr/kresd_config.j2 +++ b/modules/bogus_log/test.integr/kresd_config.j2 @@ -11,7 +11,7 @@ function check_stats(got) local expected = { [1] = { ['type'] = 'DNSKEY', - ['count'] = 8, -- This is a trade-off to not hardfailing on DNSSEC errors + ['count'] = 2, ['name'] = '.', } }