Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <wenqiq@vmware.com>
  • Loading branch information
wenqiq committed Feb 11, 2025
1 parent 2cdffce commit 5024367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flowaggregator/s3uploader/s3uploader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func TestBatchUploadAllError(t *testing.T) {
assert.Equal(t, 0, len(s3UploadProc.bufferQueue))
assert.Equal(t, "", s3UploadProc.currentBuffer.String())
assert.EqualValues(t, 0, s3UploadProc.cachedRecordCount)
expectedErrMsg := "error when uploading file to S3: operation error S3: PutObject, https response error StatusCode: 301"
expectedErrMsg := "error when uploading file to S3: not found, ResolveEndpointV2"
assert.Contains(t, err.Error(), expectedErrMsg)
}

Expand Down

0 comments on commit 5024367

Please sign in to comment.