Skip to content

Commit

Permalink
Update tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Sep 14, 2024
1 parent 9b4c44b commit 9a9b322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/utils/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1516,5 +1516,5 @@ def test_auth_group_users(self):

# ssh tunnel tests
def test_get_local_ip():
tunnel = SSHConnection("mysql", 3306, "tunnel", 22, "root", "password", "", "")
assert tunnel.get_local_ip() != "127.0.0.1"
tunnel = SSHConnection("mysql", 3306, "tunnel", 22, "root", "password", "", "")
assert tunnel.get_local_ip() != "127.0.0.1"

0 comments on commit 9a9b322

Please sign in to comment.