Fix test
This commit is contained in:
@@ -125,7 +125,7 @@ async function setup() {
|
||||
.reply(201, { cloudronId: 'cid', cloudronToken: 'CLOUDRON_TOKEN' });
|
||||
|
||||
const scope2 = nock(await appstore.getApiServerOrigin())
|
||||
.post('/api/v1/subscription3?accessToken=CLOUDRON_TOKEN', (body) => typeof body.state === 'object' && typeof body.state.userCount === 'number')
|
||||
.post('/api/v1/subscription3?accessToken=CLOUDRON_TOKEN', (body) => typeof body.state === 'object' && typeof body.state.users.count === 'number')
|
||||
.reply(200, { features: {} });
|
||||
|
||||
response = await superagent.post(`${serverUrl}/api/v1/provision/activate`)
|
||||
|
||||
Reference in New Issue
Block a user