Skip to content

Commit

Permalink
fix an old merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Jan 23, 2019
1 parent 7666999 commit 9ff8705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_snowflake_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def test_authenticator_private_key_authentication(self, mock_get_private_key):
self.snowflake.assert_has_calls([
mock.call(
account='test_account', autocommit=False,
client_session_keep_alive=False, database='test_databse',
client_session_keep_alive=False, database='test_database',
role=None, schema='public', user='test_user',
warehouse='test_warehouse', private_key='test_key')
])

0 comments on commit 9ff8705

Please sign in to comment.