From: Otto Moerbeek Date: Fri, 3 Jul 2020 10:52:48 +0000 (+0200) Subject: we gained an extra AAAA record in the cache X-Git-Tag: rec-4.4.0-beta1~56^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36973b35783ea1cac6017e3f1fecb6d074dacf3a;p=thirdparty%2Fpdns.git we gained an extra AAAA record in the cache --- diff --git a/regression-tests.recursor-dnssec/test_RoutingTag.py b/regression-tests.recursor-dnssec/test_RoutingTag.py index 63f6c75f8c..cd02160e62 100644 --- a/regression-tests.recursor-dnssec/test_RoutingTag.py +++ b/regression-tests.recursor-dnssec/test_RoutingTag.py @@ -170,7 +170,7 @@ end '--config-dir=%s' % 'configs/' + self._confdir, 'dump-cache x'] try: - expected = 'dumped 6 records\n' + expected = 'dumped 7 records\n' ret = subprocess.check_output(rec_controlCmd, stderr=subprocess.STDOUT) self.assertEqual(ret, expected)