Skip to content

Commit

Permalink
add new profile value to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Dec 11, 2024
1 parent d5e80c2 commit 60fe868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def setUp(self):
"query_max_run_time": "4h",
"exchange_compression": True,
},
"suppress_cert_warning": True,
}
},
"target": "test",
Expand Down Expand Up @@ -180,6 +181,7 @@ def test_none_authentication(self):
"exchange_compression": True,
},
"timezone": "UTC",
"suppress_cert_warning": False,
}
)
credentials = connection.credentials
Expand Down

0 comments on commit 60fe868

Please sign in to comment.