[test](trx-server): update port assertions for 4530/4531 defaults

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-23 12:39:49 +01:00
parent baf9540071
commit 66baa73fa9
+2 -2
View File
@@ -531,10 +531,10 @@ mod tests {
assert_eq!(config.behavior.poll_interval_ms, 500);
assert_eq!(config.behavior.max_retries, 3);
assert!(config.listen.enabled);
assert_eq!(config.listen.port, 4532);
assert_eq!(config.listen.port, 4530);
assert!(config.listen.auth.tokens.is_empty());
assert!(config.audio.enabled);
assert_eq!(config.audio.port, 4533);
assert_eq!(config.audio.port, 4531);
assert_eq!(config.audio.sample_rate, 48000);
assert!(!config.pskreporter.enabled);
assert_eq!(config.pskreporter.port, 4739);