Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Chatterjee committed Dec 6, 2024
1 parent cf6b3ce commit 9daffab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def test_get_connection_7():
{"sslmode": {"mode": "disable", "ca_certificate": "LONG-CERTIFICATE"}}
)
mock_connect.assert_called_once()
mock_connect.assert_called_with(sslmode="disable", sslrootcert=ANY)
mock_connect.assert_called_with(sslmode="disable", sslrootcert=ANY, sslcert=ANY)

0 comments on commit 9daffab

Please sign in to comment.