test(utils): allow ephemeral port reuse (#6122)

* test(utils): allow ephemeral port reuse

* test(kms): allow any ciphertext prefix
This commit is contained in:
Zhengchao An
2026-08-15 08:32:10 +08:00
committed by GitHub
parent 71e83aeec4
commit 72fd7339c9
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -659,9 +659,6 @@ mod test {
// Port should be in valid range (u16 max is always <= 65535)
assert!(port1 > 0);
assert!(port2 > 0);
// Different calls should typically return different ports
assert_ne!(port1, port2);
}
#[test]