We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4efbe6 commit b4bf329Copy full SHA for b4bf329
1 file changed
test/entry/find.js
@@ -20,8 +20,8 @@ test('Initalise the Contentstack Stack Instance', function(TC) {
20
}, 1000);
21
});
22
23
-test.only('early_access_headers in stack initialization', function (t) {
24
- const stack = Contentstack.Stack({ ...init.stack, early_access_headers: ['newCDA', 'taxonomy'] });
+test.only('early_access in stack initialization', function (t) {
+ const stack = Contentstack.Stack({ ...init.stack, early_access: ['newCDA', 'taxonomy'] });
25
t.equal(stack.headers['x-header-ea'], 'newCDA,taxonomy', 'Early access headers should be added');
26
t.end();
27
0 commit comments