extracted server id validation

This commit is contained in:
Danny Coates 2018-02-05 16:36:44 -08:00
parent 807c44f057
commit aae61f9451
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
15 changed files with 83 additions and 388 deletions

View file

@ -45,6 +45,7 @@ const awsStub = {
const storage = proxyquire('../../server/storage', {
redis: redisStub,
'redis-mock': redisStub,
fs: fsStub,
'./log': function() {
return logStub;
@ -100,7 +101,7 @@ describe('Testing Get using aws', function() {
describe('Testing Set using aws', function() {
beforeEach(function() {
expire.reset();
expire.resetHistory();
});
after(function() {