0
Fork 0
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:
Naz 2021-11-05 16:40:04 +04:00
parent ad2583530a
commit 65d79f4a74

View file

@ -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 () {