File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ let installation = {}
11
11
const orgID = process . env . ORG_UID
12
12
let client = { }
13
13
14
- describe ( 'Apps api Test' , ( ) => {
14
+ describe ( 'Apps Deletion and Uninstall Test' , ( ) => {
15
15
setup ( ( ) => {
16
16
const user = jsonReader ( 'loggedinAdmin.json' )
17
17
client = contentstackClient ( user . authtoken )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ let client = {}
11
11
let apps = { }
12
12
let authorizationUid = ''
13
13
14
- describe ( 'Apps api Test ' , ( ) => {
14
+ describe ( 'Apps authorization test ' , ( ) => {
15
15
setup ( ( ) => {
16
16
const user = jsonReader ( 'loggedinAdmin.json' )
17
17
client = contentstackClient ( user . authtoken )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const apiKey = process.env.API_KEY
11
11
let client = { }
12
12
let apps = { }
13
13
14
- describe ( 'Apps api Test ' , ( ) => {
14
+ describe ( 'Apps installation test ' , ( ) => {
15
15
setup ( ( ) => {
16
16
const user = jsonReader ( 'loggedinAdmin.json' )
17
17
client = contentstackClient ( user . authtoken )
You can’t perform that action at this time.
0 commit comments