From 8ca3e3ceb3f088eca4ceeee7fe69157539dbf910 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 12 Feb 2026 21:26:10 +0000 Subject: [PATCH] fix: remove phase indication from Proxy Hosts CRUD E2E Tests documentation for clarity --- tests/core/proxy-hosts.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/proxy-hosts.spec.ts b/tests/core/proxy-hosts.spec.ts index 81cf8a5f..d0d352e2 100644 --- a/tests/core/proxy-hosts.spec.ts +++ b/tests/core/proxy-hosts.spec.ts @@ -8,7 +8,7 @@ * - Update existing proxy hosts * - Delete proxy hosts with confirmation * - * @see /projects/Charon/docs/plans/current_spec.md - Phase 2 + * @see /projects/Charon/docs/plans/current_spec.md */ import { test, expect, loginUser, TEST_PASSWORD } from '../fixtures/auth-fixtures';