aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/helpers/convert-wp-thematic-to-thematic.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/graphql/helpers/convert-wp-thematic-to-thematic.test.ts')
-rw-r--r--src/services/graphql/helpers/convert-wp-thematic-to-thematic.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/graphql/helpers/convert-wp-thematic-to-thematic.test.ts b/src/services/graphql/helpers/convert-wp-thematic-to-thematic.test.ts
index e535a21..435489d 100644
--- a/src/services/graphql/helpers/convert-wp-thematic-to-thematic.test.ts
+++ b/src/services/graphql/helpers/convert-wp-thematic-to-thematic.test.ts
@@ -42,7 +42,7 @@ describe('convert-wp-thematic-to-thematic', () => {
expect(result.meta.seo.description).toBe(thematic.seo.metaDesc);
expect(result.meta.seo.title).toBe(thematic.seo.title);
expect(result.meta.relatedTopics).toBeUndefined();
- expect(result.slug).toBe(`${ROUTES.THEMATICS.INDEX}/${thematic.slug}`);
+ expect(result.slug).toBe(`${ROUTES.THEMATICS}/${thematic.slug}`);
expect(result.title).toBe(thematic.title);
});
/* eslint-enable max-statements */