Skip to content

Commit

Permalink
removed const stack as the api is read from env
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithad0703 committed Dec 20, 2023
1 parent d56c5eb commit 67f2a62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sanity-check/api/terms-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ var termUid = term.term.uid
describe('Terms API Test', () => {
beforeEach(() => {
const user = jsonReader('loggedinuser.json')
stack = jsonReader('stack.json')
client = contentstackClient(user.authtoken)
})
it('should create taxonomy', async () => {
Expand Down

0 comments on commit 67f2a62

Please sign in to comment.