fix(connect): restore site replication test nonce (#7778)

This commit is contained in:
Chris
2026-09-14 02:54:25 +08:00
committed by GitHub
parent 9ce1bccfb1
commit e5d9c385bd
@@ -1479,10 +1479,10 @@ mod tests {
policy_revision: 7,
expires_at_unix: now + 120,
confirmed: true,
nonce: [0x6b; 32],
},
produced_at_unix: now,
expires_at_unix: now + 60,
nonce: [0x6b; 32],
duration: Duration::from_secs(2),
traffic_bytes: 65_536,
source_alias: "site-a".to_owned(),