]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests/integration: forgotten unused parameter
authorMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 19 Jan 2015 10:52:54 +0000 (11:52 +0100)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 19 Jan 2015 11:08:59 +0000 (12:08 +0100)
tests/pydnstest/scenario.py

index 7a3827c1b05bcbb9b22e7befa82c5b404bc6a532..b9090f12078aba7a6cc6b3e5ce5ae21031966cfa 100644 (file)
@@ -122,7 +122,7 @@ class Entry:
         else:
             return dns.rrset.from_text(owner, ttl, rdclass, rdtype)
 
-    def __compare_rrs(self, name, expected, got):
+    def __compare_rrs(self, expected, got):
         """ Compare lists of RR sets, throw exception if different. """
         for rr in expected:
             if rr not in got: