Skip to content

Commit

Permalink
Fix SharedStorage Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth More authored and Siddharth More committed May 5, 2024
1 parent badbd96 commit 6efc495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions disperser/common/blobstore/shared_storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ func TestSharedBlobStore(t *testing.T) {
BlobStatus: disperser.Processing,
Expiry: 0,
NumRetries: 0,
AccountID: "test",
RequestMetadata: &disperser.RequestMetadata{
BlobRequestHeader: core.BlobRequestHeader{
SecurityParams: securityParams,
BlobAuthHeader: blob.RequestHeader.BlobAuthHeader,
},
RequestedAt: requestedAt,
BlobSize: blobSize,
Expand Down Expand Up @@ -138,9 +140,11 @@ func TestSharedBlobStore(t *testing.T) {
BlobStatus: disperser.Processing,
Expiry: 0,
NumRetries: 0,
AccountID: "test",
RequestMetadata: &disperser.RequestMetadata{
BlobRequestHeader: core.BlobRequestHeader{
SecurityParams: securityParams,
BlobAuthHeader: blob.RequestHeader.BlobAuthHeader,
},
RequestedAt: requestedAt,
BlobSize: blobSize2,
Expand Down

0 comments on commit 6efc495

Please sign in to comment.