Skip to content

Commit 732151c

Browse files
committed
Update path snapshots
1 parent 5ccfbd5 commit 732151c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

app/util/__snapshots__/path-builder.spec.ts.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,16 @@ exports[`breadcrumbs 2`] = `
615615
"path": "/system/silos/s",
616616
},
617617
],
618+
"siloScim (/system/silos/s/scim)": [
619+
{
620+
"label": "Silos",
621+
"path": "/system/silos",
622+
},
623+
{
624+
"label": "s",
625+
"path": "/system/silos/s",
626+
},
627+
],
618628
"siloUtilization (/utilization)": [
619629
{
620630
"label": "Utilization",

app/util/path-builder.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ test('path builder', () => {
8888
"siloImages": "/images",
8989
"siloIpPools": "/system/silos/s/ip-pools",
9090
"siloQuotas": "/system/silos/s/quotas",
91+
"siloScim": "/system/silos/s/scim",
9192
"siloUtilization": "/utilization",
9293
"silos": "/system/silos",
9394
"silosNew": "/system/silos-new",

0 commit comments

Comments
 (0)