Skip to content

Commit 5b69960

Browse files
fix: update test descriptions for apps deletion, authorization, and installation
1 parent 5a0f10d commit 5b69960

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/sanity-check/api/app-delete-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let installation = {}
1111
const orgID = process.env.ORG_UID
1212
let client = {}
1313

14-
describe('Apps api Test', () => {
14+
describe('Apps Deletion and Uninstall Test', () => {
1515
setup(() => {
1616
const user = jsonReader('loggedinAdmin.json')
1717
client = contentstackClient(user.authtoken)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let client = {}
1111
let apps = {}
1212
let authorizationUid = ''
1313

14-
describe('Apps api Test', () => {
14+
describe('Apps authorization test', () => {
1515
setup(() => {
1616
const user = jsonReader('loggedinAdmin.json')
1717
client = contentstackClient(user.authtoken)

test/sanity-check/api/installation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const apiKey = process.env.API_KEY
1111
let client = {}
1212
let apps = {}
1313

14-
describe('Apps api Test', () => {
14+
describe('Apps installation test', () => {
1515
setup(() => {
1616
const user = jsonReader('loggedinAdmin.json')
1717
client = contentstackClient(user.authtoken)

0 commit comments

Comments
 (0)