tests: Delete unused variable

pull/4358/head
Richard Hansen 2020-09-26 14:36:36 -04:00 committed by John McLear
parent 90adc50289
commit e88c532172
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ var filePath = path.join(__dirname, '../../../../APIKEY.txt');
var apiKey = fs.readFileSync(filePath, {encoding: 'utf-8'});
apiKey = apiKey.replace(/\n$/, "");
var apiVersion = 1;
var testPadId = makeid();
var groupID = "";
var authorID = "";
var sessionID = "";