python: tests: update all super calls to python 3 style in tests
[samba.git] / python / samba / tests / blackbox / samba_dnsupdate.py
index 8fcdd207f7324dcd8ac33059019f4cf8c3b86ba5..e326fbb592b664f53afca1106b6d969eaa7801b9 100644 (file)
@@ -32,7 +32,7 @@ class SambaDnsUpdateTests(samba.tests.BlackboxTestCase):
 
     def setUp(self):
         self.server_ip = samba.tests.env_get_var_value("DNS_SERVER_IP")
-        super(SambaDnsUpdateTests, self).setUp()
+        super().setUp()
         try:
             out = self.check_output("samba_dnsupdate --verbose")
             self.assertTrue(b"Looking for DNS entry" in out, out)