Skip to content
Snippets Groups Projects
Commit 8240fd1e authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-4995 Rename `keycloak` to `user`, continue

parent dc69105e
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ describe('OrganisationseinheitFormComponent', () => {
let fixture: ComponentFixture<OrganisationseinheitFormComponent>;
let form: UntypedFormGroup;
const keycloakAdminService: Mock<UserService> = mock(UserService);
const userService: Mock<UserService> = mock(UserService);
const saveButtonSelector: string = getDataTestIdOf('organisationseinheit-save-button');
const closeButtonSelector: string = getDataTestIdOf('organisationseinheit-close-button');
......@@ -43,7 +43,7 @@ describe('OrganisationseinheitFormComponent', () => {
MockComponent(TextFieldComponent),
],
imports: [ReactiveFormsModule, FormsModule],
providers: [{ provide: UserService, useValue: keycloakAdminService }],
providers: [{ provide: UserService, useValue: userService }],
}).compileComponents();
fixture = TestBed.createComponent(OrganisationseinheitFormComponent);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment