1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00

python:tests: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Martin Schwenke <mschwenke@ddn.com>
This commit is contained in:
Andreas Schneider
2023-07-05 11:07:52 +02:00
committed by Andreas Schneider
parent bb0297dadc
commit 929ed4800c

View File

@@ -529,7 +529,7 @@ class TestDNSUpdates(DNSTest):
self.assert_dns_rcode_equals(response, dns.DNS_RCODE_NXDOMAIN)
def test_readd_record(self):
"Test if adding, deleting and then readding a records works"
"Test if adding, deleting and then re-adding a records works"
NAME = "readdrec.%s" % self.get_dns_domain()