Skip to content

Commit

Permalink
fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnesToulet committed Nov 10, 2023
1 parent 866529e commit 97fe6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/http-server.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as request from 'supertest';

import { HttpServer } from './http-server';
import { ConsoleLogger } from '../logger';
import { ServiceConfig } from '../config';
import { ServiceConfig } from './config';
import { createSanitizer } from '../sanitizer/Sanitizer';

const dashboardUid = 'd10881ec-0d35-4909-8de7-6ab563a9ab29';
Expand Down

0 comments on commit 97fe6e2

Please sign in to comment.