mirror of
https://github.com/samba-team/samba.git
synced 2025-12-20 16:23:51 +03:00
PEP8: fix E303: too many blank lines (2)
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@@ -82,9 +82,7 @@ class JoinTestCase(DNSTKeyTest):
|
||||
|
||||
super(JoinTestCase, self).tearDown()
|
||||
|
||||
|
||||
def test_join_makes_records(self):
|
||||
|
||||
"create a query packet containing one query record via TCP"
|
||||
p = self.make_name_packet(dns.DNS_OPCODE_QUERY)
|
||||
questions = []
|
||||
@@ -117,7 +115,6 @@ class JoinTestCase(DNSTKeyTest):
|
||||
self.assertEquals(response.answers[0].rdata, self.join_ctx.dnshostname)
|
||||
self.assertEquals(response.answers[1].rr_type, dns.DNS_QTYPE_A)
|
||||
|
||||
|
||||
def test_join_records_can_update(self):
|
||||
dc_creds = Credentials()
|
||||
dc_creds.guess(self.join_ctx.lp)
|
||||
|
||||
Reference in New Issue
Block a user