File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
internal/cmd/object-storage/compliance-lock Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ func TestBuildRequest(t *testing.T) {
120120 request := buildRequest (testCtx , tt .model , testClient )
121121
122122 diff := cmp .Diff (request , tt .expectedRequest ,
123- cmp .AllowUnexported (tt .expectedRequest ),
123+ cmp .AllowUnexported (tt .expectedRequest , objectstorage. DefaultAPIService {} ),
124124 cmpopts .EquateComparable (testCtx ),
125125 )
126126 if diff != "" {
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ func TestBuildRequest(t *testing.T) {
120120 request := buildRequest (testCtx , tt .model , testClient )
121121
122122 diff := cmp .Diff (request , tt .expectedRequest ,
123- cmp .AllowUnexported (tt .expectedRequest ),
123+ cmp .AllowUnexported (tt .expectedRequest , objectstorage. DefaultAPIService {} ),
124124 cmpopts .EquateComparable (testCtx ),
125125 )
126126 if diff != "" {
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ func TestBuildRequest(t *testing.T) {
117117 request := buildRequest (testCtx , tt .model , testClient )
118118
119119 diff := cmp .Diff (request , tt .expectedRequest ,
120- cmp .AllowUnexported (tt .expectedRequest ),
120+ cmp .AllowUnexported (tt .expectedRequest , objectstorage. DefaultAPIService {} ),
121121 cmpopts .EquateComparable (testCtx ),
122122 )
123123 if diff != "" {
You can’t perform that action at this time.
0 commit comments