mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix failing test
This commit is contained in:
		| @@ -2,7 +2,9 @@ import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http' | ||||
| import { provideHttpClientTesting } from '@angular/common/http/testing' | ||||
| import { ComponentFixture, TestBed } from '@angular/core/testing' | ||||
| import { By } from '@angular/platform-browser' | ||||
| import { RouterModule } from '@angular/router' | ||||
| import { NgxBootstrapIconsModule, allIcons } from 'ngx-bootstrap-icons' | ||||
| import { routes } from 'src/app/app-routing.module' | ||||
| import { LogoComponent } from '../common/logo/logo.component' | ||||
| import { NotFoundComponent } from './not-found.component' | ||||
|  | ||||
| @@ -16,6 +18,7 @@ describe('NotFoundComponent', () => { | ||||
|         NgxBootstrapIconsModule.pick(allIcons), | ||||
|         NotFoundComponent, | ||||
|         LogoComponent, | ||||
|         RouterModule.forRoot(routes), | ||||
|       ], | ||||
|       providers: [ | ||||
|         provideHttpClient(withInterceptorsFromDi()), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon