Skip to content

Commit 34b7437

Browse files
committed
fix path and breadcrumbs snapshot tests
1 parent accfe37 commit 34b7437

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ exports[`breadcrumbs 2`] = `
7676
"path": "/projects/p/affinity/aag",
7777
},
7878
],
79+
"auditLog (/system/audit-log)": [
80+
{
81+
"label": "Audit Log",
82+
"path": "/system/audit-log",
83+
},
84+
],
7985
"deviceSuccess (/device/success)": [],
8086
"diskInventory (/system/inventory/disks)": [
8187
{

app/util/path-builder.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ test('path builder', () => {
4646
"affinityNew": "/projects/p/affinity-new",
4747
"antiAffinityGroup": "/projects/p/affinity/aag",
4848
"antiAffinityGroupEdit": "/projects/p/affinity/aag/edit",
49+
"auditLog": "/system/audit-log",
4950
"deviceSuccess": "/device/success",
5051
"diskInventory": "/system/inventory/disks",
5152
"disks": "/projects/p/disks",

0 commit comments

Comments
 (0)