mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-09 22:33:37 +00:00
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:
parent
54a11e1426
commit
4cff947b87
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue