Remove "defaultForType" from datasource config

The option "defaultForType" is no longer supported by LoopBack
and causes an unhandled error.
This commit is contained in:
Miroslav Bajtoš 2016-09-23 10:57:53 +02:00
parent 58ef16993b
commit 748a728a4f
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ describe('executor', function() {
dataSources: {
'the-db': {
connector: 'memory',
defaultForType: 'db',
},
},
});