Skip to content

Commit

Permalink
refactor(test): more expressive mock
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Dec 16, 2024
1 parent 7188e1b commit 1898f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/cms/__test__/getStrapiEntryFromApi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe("services/cms", () => {
});

describe("getStrapiEntryFromApi", () => {
const dataResponse = [{ data: "data" }];
const dataResponse = [{ testField: "testData" }];
const defaultOptions: GetStrapiEntryOpts = {
apiId: "pages",
locale: stagingLocale,
Expand Down

0 comments on commit 1898f81

Please sign in to comment.