Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgerold committed May 24, 2024
1 parent 6602681 commit a25909f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ describe('CaseClassificationConfiguration', () => {

expect(api.post).toHaveBeenCalledTimes(1);
expect(api.post).toHaveBeenCalledWith(
`${CaseClassificationConfiguration.baseUrl}/fields/fieldTest}/valueCount`,
`${CaseClassificationConfiguration.baseUrl}/fields/fieldTest/valueCount`,
params,
);
});
Expand Down

0 comments on commit a25909f

Please sign in to comment.