Skip to content

Commit

Permalink
chore(edit-content): fix unit tests #30215
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobytes committed Nov 27, 2024
1 parent eef66a6 commit 8b55735
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions core-web/libs/edit-content/src/lib/utils/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ export const TREE_SELECT_SITES_MOCK: TreeNodeItem[] = [
key: 'demo.dotcms.com',
label: 'demo.dotcms.com',
data: {
identifier: 'demo.dotcms.com',
id: 'demo.dotcms.com',
hostname: 'demo.dotcms.com',
path: '',
type: 'site'
Expand All @@ -1315,7 +1315,7 @@ export const TREE_SELECT_SITES_MOCK: TreeNodeItem[] = [
key: 'nico.dotcms.com',
label: 'nico.dotcms.com',
data: {
identifier: 'nico.dotcms.com',
id: 'nico.dotcms.com',
hostname: 'nico.dotcms.com',
path: '',
type: 'site'
Expand All @@ -1327,7 +1327,7 @@ export const TREE_SELECT_SITES_MOCK: TreeNodeItem[] = [
key: 'System Host',
label: 'System Host',
data: {
identifier: 'System Host',
id: 'System Host',
hostname: 'System Host',
path: '',
type: 'site'
Expand All @@ -1342,7 +1342,7 @@ export const TREE_SELECT_MOCK: TreeNodeItem[] = [
key: 'demo.dotcms.com',
label: 'demo.dotcms.com',
data: {
identifier: 'demo.dotcms.com',
id: 'demo.dotcms.com',
hostname: 'demo.dotcms.com',
path: '',
type: 'site'
Expand All @@ -1354,7 +1354,7 @@ export const TREE_SELECT_MOCK: TreeNodeItem[] = [
key: 'demo.dotcms.comlevel1',
label: 'demo.dotcms.com/level1/',
data: {
identifier: 'demo.dotcms.comlevel1',
id: 'demo.dotcms.comlevel1',
hostname: 'demo.dotcms.com',
path: '/level1/',
type: 'folder'
Expand All @@ -1366,7 +1366,7 @@ export const TREE_SELECT_MOCK: TreeNodeItem[] = [
key: 'demo.dotcms.comlevel1child1',
label: 'demo.dotcms.com/level1/child1/',
data: {
identifier: 'demo.dotcms.comlevel1child1',
id: 'demo.dotcms.comlevel1child1',
hostname: 'demo.dotcms.com',
path: '/level1/child1/',
type: 'folder'
Expand All @@ -1380,7 +1380,7 @@ export const TREE_SELECT_MOCK: TreeNodeItem[] = [
key: 'demo.dotcms.comlevel2',
label: 'demo.dotcms.com/level2/',
data: {
identifier: 'demo.dotcms.comlevel2',
id: 'demo.dotcms.comlevel2',
hostname: 'demo.dotcms.com',
path: '/level2/',
type: 'folder'
Expand All @@ -1394,7 +1394,7 @@ export const TREE_SELECT_MOCK: TreeNodeItem[] = [
key: 'nico.dotcms.com',
label: 'nico.dotcms.com',
data: {
identifier: 'nico.dotcms.com',
id: 'nico.dotcms.com',
hostname: 'nico.dotcms.com',
path: '',
type: 'site'
Expand Down

0 comments on commit 8b55735

Please sign in to comment.