diff --git a/test/entry/find.js b/test/entry/find.js index cca95022..e6da6394 100755 --- a/test/entry/find.js +++ b/test/entry/find.js @@ -20,11 +20,11 @@ test('Initalise the Contentstack Stack Instance', function(TC) { }, 1000); }); -// test('early_access in stack initialization', function (t) { -// const stack = Contentstack.Stack({ ...init.stack, early_access: ['newCDA', 'taxonomy'] }); -// t.equal(stack.headers['x-header-ea'], 'newCDA,taxonomy', 'Early access headers should be added'); -// t.end(); -// }); +test('early_access in stack initialization', function (t) { + const stack = Contentstack.Stack({ ...init.stack, early_access: ['newCDA', 'taxonomy'] }); + t.equal(stack.headers['x-header-ea'], 'newCDA,taxonomy', 'Early access headers should be added'); + t.end(); +}); test('default .find()', function(assert) { var Query = Stack.ContentType(contentTypes.source).Query(),