system: return activation time if we have it

This commit is contained in:
Girish Ramakrishnan
2023-12-04 01:38:08 +01:00
parent cbf1b47332
commit 44be454a1e
3 changed files with 17 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ describe('System', function () {
expect(response.body.info.productName).to.be.a('string');
expect(response.body.info.uptimeSecs).to.be.a('number');
expect(response.body.info.rebootRequired).to.be.a('boolean');
expect(response.body.info.activationTime).to.be.a('boolean');
});
});