[test](trx-client): 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:52 +01:00
parent 66baa73fa9
commit bbe37c4fd2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -480,7 +480,7 @@ mod tests {
assert!(config.remote.url.is_none());
assert_eq!(config.remote.poll_interval_ms, 750);
assert!(config.frontends.audio.enabled);
assert_eq!(config.frontends.audio.server_port, 4533);
assert_eq!(config.frontends.audio.server_port, 4531);
assert!(!config.frontends.audio.bridge.enabled);
assert_eq!(config.frontends.audio.bridge.rx_gain, 1.0);
assert_eq!(config.frontends.audio.bridge.tx_gain, 1.0);
+1 -1
View File
@@ -329,7 +329,7 @@ mod tests {
parsed,
RemoteEndpoint {
host: "example.local".to_string(),
port: 4532
port: 4530
}
);
}