We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c2c3f commit 6f4045aCopy full SHA for 6f4045a
test/sanity-check/api/terms-test.js
@@ -227,9 +227,9 @@ function makeTerms (taxonomyUid, termUid = null) {
227
return client.stack({ api_key: process.env.API_KEY }).taxonomy(taxonomyUid).terms(termUid)
228
}
229
230
-function makeTaxonomy () {
231
- return client.stack({ api_key: process.env.API_KEY }).taxonomy()
232
-}
+// function makeTaxonomy () {
+// return client.stack({ api_key: process.env.API_KEY }).taxonomy()
+// }
233
234
describe('Terms Query Parameters Sanity Tests', () => {
235
beforeEach(async () => {
0 commit comments