Skip to content

Commit

Permalink
feat(cb2-10573): fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
me-matt committed Mar 7, 2024
1 parent 980319c commit 8195ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/feature-flags/get.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { FeatureFlagsClient, FeatureFlagsClientName } from '@dvsa/cvs-microservi
import { handler } from '../../src/feature-flags/get';
import { headers } from '../../src/util/headers';

jest.mock('@dvsa/cvs-microservice-common');
jest.mock('@dvsa/cvs-microservice-common/feature-flags');

describe('feature flags endpoint', () => {
const validEvent: Partial<APIGatewayProxyEvent> = {
Expand Down

0 comments on commit 8195ac2

Please sign in to comment.