From 8a9f367ae6fbc8a5d565b0c46c41f5fa621cccdc Mon Sep 17 00:00:00 2001 From: ogt Date: Tue, 14 Jul 2026 09:13:46 +0800 Subject: [PATCH] fix(cd): format known hosts recovery gate test --- apps/api/tests/test_cd_known_hosts_recovery_gate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/api/tests/test_cd_known_hosts_recovery_gate.py b/apps/api/tests/test_cd_known_hosts_recovery_gate.py index 10d612c2f..c408fcc67 100644 --- a/apps/api/tests/test_cd_known_hosts_recovery_gate.py +++ b/apps/api/tests/test_cd_known_hosts_recovery_gate.py @@ -1,6 +1,5 @@ from pathlib import Path - ROOT = Path(__file__).resolve().parents[3] WORKFLOW = ROOT / ".gitea/workflows/cd.yaml"