default has changed

This commit is contained in:
Girish Ramakrishnan
2019-11-11 11:06:03 -08:00
parent fd51320fb7
commit bf68c2d321
2 changed files with 4 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ describe('Appstore Apps API', function () {
it('can list apps', function (done) {
var scope1 = nock(settings.apiServerOrigin())
.get(`/api/v1/apps?accessToken=CLOUDRON_TOKEN&boxVersion=${constants.VERSION}&unstable=false`, () => true)
.get(`/api/v1/apps?accessToken=CLOUDRON_TOKEN&boxVersion=${constants.VERSION}&unstable=true`, () => true)
.reply(200, { apps: [] });
superagent.get(SERVER_URL + '/api/v1/appstore/apps')