mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed failing test
no issue - Not sure what the purpose of this test is. Seems like it's kind of like an db integrity check where it makes sure the change is double checked before commiting
This commit is contained in:
parent
ad2583530a
commit
65d79f4a74
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ describe('Adapter Config', function () {
|
|||
it('should default to local-file-store', function () {
|
||||
configUtils.config.get('paths').should.have.property('internalAdaptersPath', path.join(configUtils.config.get('paths').corePath, '/server/adapters/'));
|
||||
|
||||
configUtils.config.get('storage').should.have.property('active', 'LocalFileStorage');
|
||||
configUtils.config.get('storage').should.have.property('active', 'LocalImagesStorage');
|
||||
});
|
||||
|
||||
it('no effect: setting a custom active storage as string', function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue