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