Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Add a richer test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgott committed Jul 1, 2024
1 parent 3c0c2b4 commit 4c4a196
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions uvu-tests/config-docs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,14 @@ title: Postgres Guide
"/docs/pages/database-access/guides/mysql.mdx": `---
title: MySQL Guide
---`,
"/docs/pages/application-access/introduction.mdx": `---
title: Protect Applications with Teleport
"/docs/pages/database-access/rbac.mdx": `---
title: Database Access RBAC
---`,
"/docs/pages/application-access/guides.mdx": `---
title: Application Access Guides
"/docs/pages/database-access/rbac/get-started.mdx": `---
title: Get Started with DB RBAC
---`,
"/docs/pages/application-access/guides/http.mdx": `---
title: HTTP App Guide
---`,
"/docs/pages/application-access/guides/tcp.mdx": `---
title: TCP App Guide
"/docs/pages/database-access/rbac/reference.mdx": `---
title: Database RBAC Reference
---`,
};

Expand All @@ -150,7 +147,7 @@ title: TCP App Guide
slug: "/docs/database-access/introduction/",
},
{
title: "Dabase Access Guides",
title: "Database Access Guides",
slug: "/database-access/guides/",
entries: [
{
Expand All @@ -163,6 +160,20 @@ title: TCP App Guide
},
],
},
{
title: "Dabase Access RBAC",
slug: "/database-access/rbac/",
entries: [
{
title: "Get Started with DB RBAC",
slug: "/database-access/rbac/get-started/",
},
{
title: "Database RBAC Reference",
slug: "/database-access/rbac/reference/",
},
],
},
];

const vol = Volume.fromJSON(files);
Expand Down

0 comments on commit 4c4a196

Please sign in to comment.