typo
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user