Skip to content

Commit 27980f8

Browse files
removed const stack as the api is read from env
1 parent 58d8d4d commit 27980f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/sanity-check/api/terms-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ var termUid = term.term.uid
3737
describe('Terms API Test', () => {
3838
beforeEach(() => {
3939
const user = jsonReader('loggedinuser.json')
40-
stack = jsonReader('stack.json')
4140
client = contentstackClient(user.authtoken)
4241
})
4342
it('should create taxonomy', async () => {

0 commit comments

Comments
 (0)