Browse Source

[trac955] style fix: removed space around = in parameter specification

JINMEI Tatuya 14 years ago
parent
commit
e95a07de2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/xfrin/tests/xfrin_test.py

+ 1 - 1
src/bin/xfrin/tests/xfrin_test.py

@@ -315,7 +315,7 @@ class TestXfrinConnection(unittest.TestCase):
         self.conn._tsig_ctx_creator = \
             lambda key: self.__create_mock_tsig(key, TSIGError.BAD_KEY)
         self.conn._send_query(RRType.AXFR())
-        self.conn.reply_data = self.conn.create_response_data(bad_qid = True)
+        self.conn.reply_data = self.conn.create_response_data(bad_qid=True)
         # xfrin should check TSIG before other part of incoming message
         # validate log message for XfrinException
         self.conn._verbose = True