Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for actualContents (0.15 sec)

  1. cmd/bucket-handlers_test.go

    		}
    
    		// read the response body.
    		actualContent, err = io.ReadAll(rec.Body)
    		if err != nil {
    			t.Fatalf("Test %d : MinIO %s: Failed parsing response body: <ERROR> %v", i, instanceType, err)
    		}
    
    		// Verify whether the bucket obtained object is same as the one created.
    		if testCase.expectedContent != nil && !bytes.Equal(testCase.expectedContent, actualContent) {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 39.5K bytes
    - Viewed (2)
Back to top