Skip to content

Commit 3c78695

Browse files
committed
test: update failing mock
HCRC-178. Update a failing mock that does not affect in test result.
1 parent 9468d42 commit 3c78695

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

apps/hobbies-helsinki/src/domain/event/__tests__/EventPageContainer.test.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ const eventRequest = {
7474
query: EventDetailsDocument,
7575
variables: {
7676
id: superEventId,
77-
include: AppConfig.eventSecondaryQueryIncludeParamValue,
77+
include: [
78+
...AppConfig.eventSecondaryQueryIncludeParamValue,
79+
'registration',
80+
],
7881
},
7982
};
8083
const otherEventsRequest = {

0 commit comments

Comments
 (0)