From: Remi Gacogne Date: Mon, 10 Nov 2025 16:48:37 +0000 (+0100) Subject: dnsdist: Fix wrong load-balancing policy name in our YAML tests X-Git-Tag: rec-5.4.0-alpha1~91^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49ec052b306eb135cfe9fe2d7850f112fbe4295;p=thirdparty%2Fpdns.git dnsdist: Fix wrong load-balancing policy name in our YAML tests Signed-off-by: Remi Gacogne --- diff --git a/regression-tests.dnsdist/test_Yaml.py b/regression-tests.dnsdist/test_Yaml.py index dd84779941..86662ebd1b 100644 --- a/regression-tests.dnsdist/test_Yaml.py +++ b/regression-tests.dnsdist/test_Yaml.py @@ -47,7 +47,7 @@ backends: pools: - name: "tcp-pool" - policy: "leastoutstanding" + policy: "leastOutstanding" selectors: - type: "TCP"