garage_api: Update streaming payload stream unit tests
This commit is contained in:
parent
98545a16dd
commit
e934934f14
@ -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 New Issue
Block a user