Fix failing test

This commit is contained in:
Girish Ramakrishnan
2020-06-26 09:48:10 -07:00
parent 84f41e08cf
commit 8568fd26d8
-1
View File
@@ -67,7 +67,6 @@ describe('Appstore', function () {
.post(`/api/v1/alive?accessToken=${APPSTORE_TOKEN}`, function (body) {
expect(body.version).to.be.a('string');
expect(body.adminFqdn).to.be.a('string');
expect(body.provider).to.be.a('string');
expect(body.backendSettings).to.be.an('object');
expect(body.backendSettings.backupConfig).to.be.an('object');
expect(body.backendSettings.backupConfig.provider).to.be.a('string');