mirror of https://github.com/vector-im/riot-web
unsused variable
parent
69fa34d71f
commit
e6fdff43d8
|
@ -24,7 +24,6 @@ import { stubClient } from './test-utils';
|
||||||
|
|
||||||
describe('ScalarAuthClient', function() {
|
describe('ScalarAuthClient', function() {
|
||||||
let clientSandbox;
|
let clientSandbox;
|
||||||
let sac;
|
|
||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
sinon.stub(window.localStorage, 'getItem').withArgs('mx_scalar_token').returns('brokentoken');
|
sinon.stub(window.localStorage, 'getItem').withArgs('mx_scalar_token').returns('brokentoken');
|
||||||
|
|
Loading…
Reference in New Issue