We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af2c79 commit ccb476bCopy full SHA for ccb476b
tests/test_net.py
@@ -11,7 +11,7 @@ def setup_method(self):
11
self.conn_type.return_value.reconnect.return_value = self.reconnect
12
13
self.host = "myhost"
14
- self.port = "1234"
+ self.port = 1234
15
self.db = "mydb"
16
self.auth_key = None
17
self.user = "gabor"
0 commit comments