mirror of
https://github.com/directus/directus.git
synced 2026-01-31 11:58:05 -05:00
Merge pull request #3504 from eliashussary/test/fix-failing-test
test(sdk-js): fix failing test
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user