diff --git a/app/util/path-builder.spec.ts b/app/util/path-builder.spec.ts index 86563bc90..d61bcca8a 100644 --- a/app/util/path-builder.spec.ts +++ b/app/util/path-builder.spec.ts @@ -37,6 +37,7 @@ test('path builder', () => { "instancePage": "/projects/p/instances/i/storage", "instanceStorage": "/projects/p/instances/i/storage", "instances": "/projects/p/instances", + "inventory": "/system/inventory", "nics": "/projects/p/instances/i/network-interfaces", "profile": "/settings/profile", "project": "/projects/p",