File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,6 @@ export default function runContentfulExport (usageParams) {
90
90
skipWebhooks : opts . skipWebhooks ,
91
91
skipRoles : opts . skipRoles ,
92
92
listrOptions
93
- } ) . then ( ( data ) => {
94
- ctx . data = data
95
93
} )
96
94
}
97
95
} ,
Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ test('Runs Contentful Export', (t) => {
40
40
. then ( ( returnedData ) => {
41
41
t . ok ( createClientsStub . called , 'create clients' )
42
42
t . ok ( getFullSourceSpaceStub . called , 'get full space' )
43
- t . equal ( returnedData . contentTypes . length , 0 , 'returned contentTypes' )
44
- t . equal ( returnedData . entries . length , 0 , 'returned entries' )
45
- t . equal ( returnedData . assets . length , 0 , 'returned assets' )
46
- t . equal ( returnedData . locales . length , 0 , 'returned locales' )
47
- t . equal ( returnedData , fullSpaceResponse , 'getting the response back' )
48
43
t . end ( )
49
44
} ) . catch ( ( error ) => {
50
45
t . fail ( 'Should not throw ' , error )
You can’t perform that action at this time.
0 commit comments