oracle / ojdbc-extensions

The Oracle JDBC Driver Extensions include providers for centralized configuration or token providers for authentication with the DB.
Universal Permissive License v1.0
13 stars 5 forks source link

Fix for Azure Vault Provider test: Add getOrAbort() for required variables to prevent test failure #65

Closed norah-li closed 7 months ago

norah-li commented 7 months ago

Considering that we cannot assume the testing environment always has the setups in advance, add getOrAbort() for required variables to prevent test failure

The test will abort instead of fail, in the situation that the required variables are not set.