fixed comments
This commit is contained in:
parent
7b0a3cf781
commit
f1c09a6f8f
|
@ -134,7 +134,7 @@ def get_secret(url, token, mount, path):
|
|||
try:
|
||||
client = hvac.Client(url=url, token=token)
|
||||
result = client.secrets.kv.v1.read_secret(path=path, mount_point=mount)
|
||||
#except ConnectionError:
|
||||
# pass
|
||||
except ConnectionError:
|
||||
pass
|
||||
finally:
|
||||
return result
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
from lemur.tests.conftest import * # noqa
|
Loading…
Reference in New Issue