Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Sep 9, 2024
1 parent 5ffcbb1 commit 0ad396d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyexasol/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def _init_ws(self):
else:
self._ws.settimeout(self.options['socket_timeout'])

self.ws_ipaddr = ipaddr
self.ws_ipaddr = ipaddr or hostname
self.ws_port = port

self._ws_send = self._ws.send
Expand Down

0 comments on commit 0ad396d

Please sign in to comment.