From eadd166b0a8b8c9ecadb8c8ef25966d832a1a6f4 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Sun, 24 Oct 2021 06:27:59 +0000 Subject: [PATCH] Update Testing Guide --- Testing-Guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing-Guide.md b/Testing-Guide.md index 9fb1b24..6c8d4d2 100644 --- a/Testing-Guide.md +++ b/Testing-Guide.md @@ -386,9 +386,9 @@ stay up to date with it: | https://localhost:8444/pkgbase/{name}/request | #152 | Package Request Create | User | | https://localhost:8444/requests | #153 | Package Requests | User / TU[D] | | https://localhost:8444/requests/{id}/close | #154 | Package Request Closure | Requester / TU[D] | -| https://localhost:8444/tu | Incomplete | Trusted User page | Trusted User | -| https://localhost:8444/tu/{id} | Incomplete | Trusted User Proposal | Trusted User | -| https://localhost:8444/addvote | Incomplete | Trusted User Proposal Create | Trusted User | +| https://localhost:8444/tu | #157 | Trusted User page | Trusted User | +| https://localhost:8444/tu/{id} | #158 | Trusted User Proposal | Trusted User | +| https://localhost:8444/addvote | #159 | Trusted User Proposal Create | Trusted User | **Status Legend:**
- Incomplete: Needs testing.