fix: awsv4 signatures + http client
This commit is contained in:
parent
bdf9298496
commit
f47bdf7fd2
7 changed files with 36 additions and 16 deletions
|
@ -114,4 +114,5 @@ func TestClient_PollRange_Timeout(t *testing.T) {
|
|||
q.SeenMarker = result.SeenMarker
|
||||
result, err = f.cli.PollRange(ctx, f.bucket, pk, q, 1*time.Second)
|
||||
require.ErrorIs(t, err, k2v.NotModifiedTimeoutErr)
|
||||
require.Nil(t, result)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue