Merge pull request #3504 from eliashussary/test/fix-failing-test

test(sdk-js): fix failing test
This commit is contained in:
Rijk van Zanten
2020-12-23 09:45:23 -05:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ describe('DirectusSDK', () => {
});
it('Defaults to the correct auth options', () => {
expect(directus['authOptions'].autoRefresh).to.be.true;
expect(directus['authOptions'].autoRefresh).to.be.false;
expect(directus['authOptions'].mode).to.equal('cookie');
expect(directus['authOptions'].storage).to.be.instanceOf(MemoryStore);
});