diff --git a/src/routes/test/system-test.js b/src/routes/test/system-test.js index 70e120cc6..a37486293 100644 --- a/src/routes/test/system-test.js +++ b/src/routes/test/system-test.js @@ -45,7 +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'); + expect(response.body.info.activationTime).to.be.a('string'); }); });