From: Jennifer Sutton Date: Tue, 29 Jul 2025 03:00:16 +0000 (+1200) Subject: s4:dsdb:tests: Correct test name X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fd5a900d16b3293a2fc522325f3e002dae2c4e1;p=thirdparty%2Fsamba.git s4:dsdb:tests: Correct test name Signed-off-by: Jennifer Sutton Reviewed-by: Douglas Bagnall --- diff --git a/source4/dsdb/tests/python/acl.py b/source4/dsdb/tests/python/acl.py index 37090724f0c..5cbf8ef2e70 100755 --- a/source4/dsdb/tests/python/acl.py +++ b/source4/dsdb/tests/python/acl.py @@ -3606,7 +3606,7 @@ Member: CN=test_modify_user2,CN=Users,""" + self.base_dn except LdbError: self.fail() - def test_modify_spn_matching_dns_host_name_invalid(self): + def test_modify_spn_matching_dns_host_name_valid(self): '''Test modifying SPN with validated write, matching a valid dNSHostName ''' ou_dn = f'OU=test_modify_ou1,{self.base_dn}'