r-dbi / odbc

Connect to ODBC databases (using the DBI interface)
https://odbc.r-dbi.org/
Other
387 stars 107 forks source link

Fix Databricks unit tests when running in Workbench #804

Closed atheriel closed 3 months ago

atheriel commented 3 months ago

Previously, these tests could fail because they picked up on ambient credentials and environment variables set by Workbench. This commit fixes those issues by ignoring these credentials in unit tests.