We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03a46a commit 2d62a1bCopy full SHA for 2d62a1b
1 file changed
packages/components/src/internal/app/utils.test.ts
@@ -1222,7 +1222,7 @@ describe('addSourcesSectionConfig', () => {
1222
expect(sectionConfig.headerURLPart).toBe(undefined);
1223
expect(sectionConfig.headerText).toBe(undefined);
1224
if (canDesign) {
1225
- expect(sectionConfig.emptyAppURL?.toHref()).toContain('#/sourceType/new');
+ expect(sectionConfig.emptyAppURL?.toHref()).toContain('#/sources/new');
1226
expect(sectionConfig.emptyURLText).toBe('Create a source type');
1227
} else {
1228
expect(sectionConfig.emptyAppURL).toBe(undefined);
0 commit comments