X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b223ff6adeb599c59346042a096fac309429db1f..4ea2ff188ec745966387ce8bbe14880bfeede863:/src/store/auth/auth-reducer.test.ts diff --git a/src/store/auth/auth-reducer.test.ts b/src/store/auth/auth-reducer.test.ts index a4017db3..b9f768f1 100644 --- a/src/store/auth/auth-reducer.test.ts +++ b/src/store/auth/auth-reducer.test.ts @@ -30,6 +30,8 @@ describe('auth-reducer', () => { lastName: "Doe", uuid: "uuid", ownerUuid: "ownerUuid", + identityUrl: "identityUrl", + prefs: {}, isAdmin: false }; const state = reducer(initialState, authActions.INIT({ user, token: "token" })); @@ -60,6 +62,8 @@ describe('auth-reducer', () => { lastName: "Doe", uuid: "uuid", ownerUuid: "ownerUuid", + identityUrl: "identityUrl", + prefs: {}, isAdmin: false };