clistyle: fix path problem with keys tests.
This commit is contained in:
parent
83c6448202
commit
fb80f734f6
@ -20,7 +20,7 @@ var backoff = require('backoff');
|
||||
|
||||
// --- Globals
|
||||
|
||||
var KEY_PATH = 'data/id_rsa.pub';
|
||||
var KEY_PATH = __dirname + '/data/id_rsa.pub';
|
||||
var KEY_SIG = '66:ca:1c:09:75:99:35:69:be:91:08:25:03:c0:17:c0';
|
||||
var KEY_EMAIL = 'test@localhost.local';
|
||||
var MAX_CHECK_KEY_TRIES = 10;
|
||||
|
Reference in New Issue
Block a user