backups: use a real targetId
This commit is contained in:
@@ -28,7 +28,7 @@ describe('Cloudron', function () {
|
||||
expect(error.reason).to.be(BoxError.BAD_FIELD);
|
||||
});
|
||||
|
||||
it('cannot set valid timezone', async function () {
|
||||
it('can set valid timezone', async function () {
|
||||
await cloudron.setTimeZone('Africa/Johannesburg');
|
||||
const tz = await cloudron.getTimeZone();
|
||||
expect(tz).to.be('Africa/Johannesburg');
|
||||
|
||||
Reference in New Issue
Block a user