mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Don't let a missing key stop this scm test local settings setup
This commit is contained in:
parent
ccc947afdf
commit
945bedf5e6
@ -289,7 +289,7 @@ AUTH_LDAP_TEAM_MAP = {
|
||||
try:
|
||||
path = os.path.expanduser(os.path.expandvars('~/.ssh/id_rsa'))
|
||||
TEST_SSH_KEY_DATA = file(path, 'rb').read()
|
||||
except OSError:
|
||||
except IOError:
|
||||
TEST_SSH_KEY_DATA = ''
|
||||
|
||||
TEST_GIT_USERNAME = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user