X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e1605f7c93aeb41ae31e0dd88a9afd8709136b62..d4f479b1c2bd4bb67d5e69f792b503f375d6dfc9:/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 773f9f82db..f527edec21 100644 --- a/src/store/auth/auth-reducer.test.ts +++ b/src/store/auth/auth-reducer.test.ts @@ -13,8 +13,8 @@ import { ApiActions } from "~/services/api/api-actions"; describe('auth-reducer', () => { let reducer: (state: AuthState | undefined, action: AuthAction) => any; const actions: ApiActions = { - progressFn: (id: string, working: boolean) => {}, - errorFn: (id: string, message: string) => {} + progressFn: (id: string, working: boolean) => { }, + errorFn: (id: string, message: string) => { } }; beforeAll(() => { @@ -30,7 +30,7 @@ describe('auth-reducer', () => { lastName: "Doe", uuid: "uuid", ownerUuid: "ownerUuid", - identityUrl: "identityUrl", + username: "username", prefs: {}, isAdmin: false }; @@ -64,7 +64,7 @@ describe('auth-reducer', () => { lastName: "Doe", uuid: "uuid", ownerUuid: "ownerUuid", - identityUrl: "identityUrl", + username: "username", prefs: {}, isAdmin: false }; @@ -80,7 +80,7 @@ describe('auth-reducer', () => { lastName: "Doe", uuid: "uuid", ownerUuid: "ownerUuid", - identityUrl: "identityUrl", + username: "username", prefs: {}, isAdmin: false }