backups: use a real targetId

This commit is contained in:
Girish Ramakrishnan
2025-07-25 07:44:25 +02:00
parent cfce39c1de
commit 276db17f0c
12 changed files with 81 additions and 62 deletions

View File

@@ -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');