Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TestChecksumAddToHeader (0.1 seconds)

  1. internal/hash/checksum_test.go

    package hash
    
    import (
    	"net/http/httptest"
    	"testing"
    
    	xhttp "github.com/minio/minio/internal/http"
    )
    
    // TestChecksumAddToHeader tests that adding and retrieving a checksum on a header works
    func TestChecksumAddToHeader(t *testing.T) {
    	tests := []struct {
    		name     string
    		checksum ChecksumType
    		fullobj  bool
    		wantErr  bool
    	}{
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 22 14:15:21 GMT 2025
    - 7.1K bytes
    - Click Count (0)
Back to Top