fixed comments

This commit is contained in:
alwaysjolley 2019-03-07 15:58:34 -05:00
parent 7b0a3cf781
commit f1c09a6f8f
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1 @@
from lemur.tests.conftest import * # noqa