Skip to content

Commit c49ec05

Browse files
committed
dnsdist: Fix wrong load-balancing policy name in our YAML tests
Signed-off-by: Remi Gacogne <[email protected]>
1 parent 53d4754 commit c49ec05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-tests.dnsdist/test_Yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class TestYaml(DNSDistTest):
4747
4848
pools:
4949
- name: "tcp-pool"
50-
policy: "leastoutstanding"
50+
policy: "leastOutstanding"
5151
5252
selectors:
5353
- type: "TCP"

0 commit comments

Comments
 (0)