0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed regression test

no issue

- The test was broken due to removed `lts` flag in d0970ad30
This commit is contained in:
Nazar Gargol 2019-05-02 21:04:16 +02:00
parent f21e713a83
commit cd703a6dc3

View file

@ -137,7 +137,6 @@ describe('Update Check', function () {
data.post_count.should.be.above(0);
data.npm_version.should.be.a.String();
data.npm_version.should.not.be.empty();
data.lts.should.eql(false);
done();
}).catch(done);