From: Joseph Sutton Date: Tue, 28 Feb 2023 20:25:42 +0000 (+1300) Subject: pytest/replica_sync: Remove unused variable X-Git-Tag: talloc-2.4.1~1513 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf2daf79d68ac169ed5c81cc921fa5cd47dc6bfa;p=thirdparty%2Fsamba.git pytest/replica_sync: Remove unused variable Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/drs/python/replica_sync.py b/source4/torture/drs/python/replica_sync.py index cd1c9418549..b1438b766ba 100644 --- a/source4/torture/drs/python/replica_sync.py +++ b/source4/torture/drs/python/replica_sync.py @@ -110,7 +110,7 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase): def test_ReplDisabledForced(self): """Tests we can force replicate when replication is disabled""" self._disable_inbound_repl(self.dnsname_dc1) - out = self._net_drs_replicate(DC=self.dnsname_dc1, fromDC=self.dnsname_dc2, forced=True) + self._net_drs_replicate(DC=self.dnsname_dc1, fromDC=self.dnsname_dc2, forced=True) def test_ReplLocal(self): """Tests we can replicate direct to the local db"""