From 9811fd63b69338cad04b3e8bed4e6fa05b5ee163 Mon Sep 17 00:00:00 2001 From: Rogee Date: Tue, 15 Sep 2026 14:19:25 +0800 Subject: [PATCH] test: normalize SSH assertion quoting --- tests/test_deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_deployment.py b/tests/test_deployment.py index d27edc4..f65b579 100644 --- a/tests/test_deployment.py +++ b/tests/test_deployment.py @@ -275,7 +275,7 @@ class AsteriskTests(unittest.TestCase): def test_bootstrap_enforces_rogee_key_only_ssh(self): content = Path("deploy/asterisk_bootstrap.sh").read_text() for marker in ( - "ROGEE_USER=\"rogee\"", + 'ROGEE_USER="rogee"', "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPoGJTH1JrXbWu+ZhIgaHMhume0oWQiWmadhTwbk75Ny rogee@ipao.vip", "PasswordAuthentication no", "KbdInteractiveAuthentication no",