From 4cff947b87f5cdacf014dc039084871d19061ff9 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 13 Apr 2026 22:30:38 -0400 Subject: [PATCH] fix(test): update snapshot placeholder [HOME] -> [HOME_DIR] The test framework now replaces home directory paths with [HOME_DIR], but this snapshot still used the old [HOME] placeholder. Co-Authored-By: Claude Opus 4.6 (1M context) --- lib/crates/fabro-cli/tests/it/cmd/server_start.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crates/fabro-cli/tests/it/cmd/server_start.rs b/lib/crates/fabro-cli/tests/it/cmd/server_start.rs index 491be1d73..d67dc9a46 100644 --- a/lib/crates/fabro-cli/tests/it/cmd/server_start.rs +++ b/lib/crates/fabro-cli/tests/it/cmd/server_start.rs @@ -220,7 +220,7 @@ fn start_with_tcp_host_only_bind_warns_and_falls_back_when_default_port_is_unava Warning: TCP port 32276 is unavailable on 127.0.0.1; falling back to a random port. Server started (pid [PID]) on [TCP_BIND] Dev token: fabro_dev_[DEV_TOKEN] - Token file: [HOME]/.fabro/dev-token + Token file: [HOME_DIR]/.fabro/dev-token "); let output = context