1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00
Andreas Auernhammer 849e06a316 crypto: add unit test for vault config verification ()
This commit adds a unit test for the vault
config verification (which covers also `IsEmpty()`).

Vault-related code is hard to test with unit tests
since a Vault service would be necessary. Therefore
this commit only adds tests for a fraction of the code.

Fixes 
2019-04-10 11:05:53 -07:00
..