From: Oliver Chen Date: Sun, 27 Apr 2025 11:01:35 +0000 (+0000) Subject: Remove no use code in the test file X-Git-Tag: dnsdist-2.0.0-alpha2~32^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb31e74a5934320c3ad2d210f6c61fcc92f54fc4;p=thirdparty%2Fpdns.git Remove no use code in the test file --- diff --git a/regression-tests.dnsdist/test_HealthChecks.py b/regression-tests.dnsdist/test_HealthChecks.py index ed52c76635..d3acbcf832 100644 --- a/regression-tests.dnsdist/test_HealthChecks.py +++ b/regression-tests.dnsdist/test_HealthChecks.py @@ -458,7 +458,7 @@ class TestUpdateHCParamsCombo1(HealthCheckUpdateParams): self.assertEqual(self.getBackendMetric(0, 'healthCheckFailures'), 0) self.assertEqual(self.getBackendStatus(), 'up') - self.sendConsoleCommand("getServer(0):setHealthCheckParams({checkName='drop.hc.dnsdist.org',checkType='TXT',maxCheckFailures=2,rise=2})") + self.sendConsoleCommand("getServer(0):setHealthCheckParams({checkName='drop.hc.dnsdist.org',maxCheckFailures=2,rise=2})") # wait for 1st failure for i in [1,2,3]: