mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-19 10:03:13 +08:00
fix(connect): restore site replication test nonce (#7778)
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user