Skip to content

Commit

Permalink
Fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Dec 13, 2024
1 parent c509dfd commit 293009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/pulp_upload_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (s *UploadSuite) UploadChunksPublic(fileContent []byte, uploadResponse api.
func (s *UploadSuite) CreateUploadRequestPublic(size int64) api.UploadResponse {
t := s.T()
createRequest := api.CreateUploadRequest{
ChunkSize: 16000,
ChunkSize: size,
Sha256: "UploadSha256" + fmt.Sprint(size),
Size: size,
}
Expand Down

0 comments on commit 293009a

Please sign in to comment.