forked from Deuxfleurs/garage
garage_api: Update streaming payload stream unit tests
This commit is contained in:
parent
98545a16dd
commit
e934934f14
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ mod tests {
|
|||
let seed_signature = Hash::default();
|
||||
|
||||
let mut stream =
|
||||
SignedPayloadStream::new(body, signing_hmac, datetime, &scope, seed_signature).unwrap();
|
||||
SignedPayloadStream::new(body, signing_hmac, datetime, &scope, seed_signature);
|
||||
|
||||
assert!(stream.try_next().await.is_err());
|
||||
match stream.try_next().await {
|
||||
|
|
Loading…
Reference in a new issue