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) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-04-13 22:30:38 -04:00
parent 54a11e1426
commit 4cff947b87

View file

@ -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