Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(components): fix expected request so that mock is hit
Browse files Browse the repository at this point in the history
Otherwise, the data will look unexpected because it will pull the data from the real LAPIS.
fengelniederhammer committed Jul 18, 2024
1 parent cdf18cc commit 099ca4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -157,6 +157,7 @@ export const TwoDatasets: StoryObj<NumberSequencesOverTimeProps> = {
body: {
country: 'USA',
pangoLineage: 'EG*',
dateFrom: '2022-10-01',
fields: ['date'],
},
},

0 comments on commit 099ca4c

Please sign in to comment.