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:
parent
f21e713a83
commit
cd703a6dc3
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue