Skip to content

Commit

Permalink
chore: add missing mock to edit event page tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorilindell committed Apr 25, 2024
1 parent 815787e commit f0f6759
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/domain/event/__tests__/EditEventPage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import {
mockedPlaceResponse,
mockedPlacesResponse,
} from '../../place/__mocks__/place';
import { mockedPublisherPriceGroupsResponse } from '../../priceGroup/__mocks__/priceGroups';
import {
mockedExternalAdminUserResponse,
mockedUserResponse,
Expand Down Expand Up @@ -105,6 +106,7 @@ const baseMocks = [
mockedUserResponse,
mockedOrganizationResponse,
mockedOrganizationAncestorsResponse,
mockedPublisherPriceGroupsResponse,
];

const route = ROUTES.EDIT_EVENT.replace(':id', eventId);
Expand Down

0 comments on commit f0f6759

Please sign in to comment.