beforeEach(async(() => {
    TestBed.configureTestingModule({
      declarations: [ChallengeoverviewComponent],
      providers: [ChallengeService, ApiService, GlobalService, AuthService, EndpointsService],
      imports: [RouterTestingModule, HttpClientModule],