Currently, the unit tests validate that vaultclient can connect to a https server by usings certificates generated for "*.testing.local"
This means that a developer needs to setup the vault.testing.local hostname on his dev machine so that two of the unit tests can pass.
This should not be the case, as developers should be able to run at least unit tests without modifying their environments.
Currently, the unit tests validate that vaultclient can connect to a https server by usings certificates generated for "*.testing.local"
This means that a developer needs to setup the vault.testing.local hostname on his dev machine so that two of the unit tests can pass.
This should not be the case, as developers should be able to run at least unit tests without modifying their environments.