Skip to content

Commit

Permalink
Fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Jun 29, 2023
1 parent 5df2387 commit c641a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/databases/ssh_tunnel/dao_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_create_ssh_tunnel():
"password": "bar",
}

result = SSHTunnelDAO.create(properties)
result = SSHTunnelDAO.create(properties, commit=False)

assert result is not None
assert isinstance(result, SSHTunnel)

0 comments on commit c641a73

Please sign in to comment.