mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Don't let a missing key stop this scm test local settings setup
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user