Fix tests
This commit is contained in:
@@ -100,7 +100,7 @@ describe('Backups API', function () {
|
||||
expect(response.body.format).to.be(encryptedTarget.format);
|
||||
expect(response.body.label).to.be(encryptedTarget.label);
|
||||
expect(response.body.primary).to.be(false);
|
||||
expect(response.body.password).to.be.ok();
|
||||
expect(response.body.encrypted).to.be(true);
|
||||
expect(response.body.encryptedFilenames).to.be(true);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user