Skip to content

Commit 2d62a1b

Browse files
committed
Fix addSourcesSectionConfig test
1 parent b03a46a commit 2d62a1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/src/internal/app/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ describe('addSourcesSectionConfig', () => {
12221222
expect(sectionConfig.headerURLPart).toBe(undefined);
12231223
expect(sectionConfig.headerText).toBe(undefined);
12241224
if (canDesign) {
1225-
expect(sectionConfig.emptyAppURL?.toHref()).toContain('#/sourceType/new');
1225+
expect(sectionConfig.emptyAppURL?.toHref()).toContain('#/sources/new');
12261226
expect(sectionConfig.emptyURLText).toBe('Create a source type');
12271227
} else {
12281228
expect(sectionConfig.emptyAppURL).toBe(undefined);

0 commit comments

Comments
 (0)