Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Dec 18, 2019
1 parent 1ece254 commit 7d6ea02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/server/http/router/request.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import { KibanaRequest } from './request';
import { httpServerMock } from '../http_server.mocks';
import { schema } from '@kbn/config-schema';
import { RouteValidationError } from './validator';

describe('KibanaRequest', () => {
describe('get all headers', () => {
Expand Down

0 comments on commit 7d6ea02

Please sign in to comment.