Replace magic test port 12110 with 0 (#345)

Also introduce constants for some test package SHAs
to make them easier to update.
This commit is contained in:
translatenix
2024-03-20 10:47:28 -07:00
committed by GitHub
parent 2aa60eaf1f
commit dfe85b786e
123 changed files with 469 additions and 469 deletions

View File

@@ -114,8 +114,8 @@ data class CliBaseOptions(
val testMode: Boolean = false,
/**
* Unless -1, rewrites HTTP requests that specify port 12110 to the given port. This is an
* internal test option.
* Unless -1, rewrites HTTP requests that specify port 0 to the given port. This is an internal
* test option.
*/
val testPort: Int = -1,